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 {
19
19
}
20
20
21
21
repositories {
22
- mavenLocal() // for snapshots
22
+ mavenLocal() // comment to pull nightly builds instead of local cache
23
23
mavenCentral()
24
+ maven(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) // for nightly builds
24
25
}
25
26
26
27
val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change 80
80
</distributionManagement >
81
81
82
82
<properties >
83
- <revision >0.8.2 -SNAPSHOT</revision >
83
+ <revision >0.8.3 -SNAPSHOT</revision >
84
84
<project .current.year>2025</project .current.year>
85
85
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
86
86
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments