File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
examples/demo-kotlin-service Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ application {
1919}
2020
2121repositories {
22- mavenLocal() // for snapshots
22+ mavenLocal() // comment to pull nightly builds instead of local cache
2323 mavenCentral()
24+ maven(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) // for nightly builds
2425}
2526
2627val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change 8080 </distributionManagement >
8181
8282 <properties >
83- <revision >0.8.2 -SNAPSHOT</revision >
83+ <revision >0.8.3 -SNAPSHOT</revision >
8484 <project .current.year>2025</project .current.year>
8585 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8686 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments