We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cced088 commit d68b55eCopy full SHA for d68b55e
2 files changed
examples/demo-kotlin-service/build.gradle.kts
@@ -19,8 +19,9 @@ application {
19
}
20
21
repositories {
22
- mavenLocal() // for snapshots
+ mavenLocal() // comment to pull nightly builds instead of local cache
23
mavenCentral()
24
+ maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // for nightly builds
25
26
27
val ch_java_client_version: String by extra
pom.xml
@@ -80,7 +80,7 @@
80
</distributionManagement>
81
82
<properties>
83
- <revision>0.8.2-SNAPSHOT</revision>
+ <revision>0.8.3-SNAPSHOT</revision>
84
<project.current.year>2025</project.current.year>
85
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
86
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments