Skip to content

Commit 538bf7c

Browse files
committed
added mavenLocal to take snapshot from local build
1 parent ac871a9 commit 538bf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/demo-service/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ configurations {
2020
}
2121

2222
repositories {
23+
mavenLocal() // comment to pull nightly builds instead of local cache
2324
mavenCentral()
2425
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // for nightly builds
2526
}

0 commit comments

Comments
 (0)