We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3eada commit a466578Copy full SHA for a466578
1 file changed
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'com.formkiq'
10
-version = '1.17.0'
+version = '1.18.0-SNAPSHOT'
11
12
sourceCompatibility = JavaVersion.VERSION_11
13
targetCompatibility = JavaVersion.VERSION_11
@@ -87,8 +87,8 @@ publishing {
87
// password project.githubToken
88
89
// maven central
90
- url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
91
- //url "https://oss.sonatype.org/content/repositories/snapshots/"
+ //url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ url "https://oss.sonatype.org/content/repositories/snapshots/"
92
93
// github packages
94
//url "https://maven.pkg.github.com/formkiq/formkiq-client-sdk-java"
0 commit comments