We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c70bc2 commit ed89e44Copy full SHA for ed89e44
build.gradle.kts
@@ -1,8 +1,7 @@
1
-group = "com.github.cn-src.snippets-java"
2
-version = "0.0.1-rc1"
3
subprojects {
4
apply(plugin = "maven-publish")
5
-
+ group = "com.github.cn-src.snippets-java"
+ version = "0.0.1-SNAPSHOT"
6
7
repositories {
8
mavenLocal()
0 commit comments