Skip to content

Commit a6824a4

Browse files
authored
build: add waterdog-snapshots repo to platform-inject-runtime (#1816)
### Motivation The build currently fails due to a missing dependency for Yamler-Core which is provided by the waterdog snapshots repository. This repository is currently not added to the platform-inject-runtime module, causing the build to fail. ### Modification Add the waterdog snapshots repo to the platform-inject-runtime module. ### Result The build succeeds again.
1 parent fec2353 commit a6824a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ plugins {
2323

2424
repositories {
2525
maven("https://repo.waterdog.dev/releases/")
26+
maven("https://repo.waterdog.dev/snapshots/")
2627
maven("https://repo.loohpjames.com/repository")
2728
maven("https://repo.md-5.net/repository/releases/")
2829
maven("https://repo.md-5.net/repository/snapshots/")

0 commit comments

Comments
 (0)