Skip to content

Commit 666f9d3

Browse files
authored
build: add md5 snapshots repo to make cloudnet compile again (#1248)
### Motivation Due to some changes in waterdog we need to add the md5 snapshots repo ourselves. ### Modification Added the md5 snapshots repo to all modules and the platform api runtime ### Result The build works again
1 parent 233167f commit 666f9d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ext/platform-inject-support/runtime/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
repositories {
1818
maven("https://repo.md-5.net/repository/releases/")
19+
maven("https://repo.md-5.net/repository/snapshots/")
1920
maven("https://repo.waterdog.dev/artifactory/main/")
2021
maven("https://repo.opencollab.dev/maven-releases/")
2122
maven("https://repo.opencollab.dev/maven-snapshots/")

modules/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ subprojects {
3131

3232
repositories {
3333
maven("https://repo.md-5.net/repository/releases/")
34+
maven("https://repo.md-5.net/repository/snapshots/")
3435
maven("https://repo.waterdog.dev/artifactory/main/")
3536
maven("https://repo.opencollab.dev/maven-releases/")
3637
maven("https://repo.opencollab.dev/maven-snapshots/")

0 commit comments

Comments
 (0)