We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1b462 commit f5f852cCopy full SHA for f5f852c
build.gradle.kts
@@ -11,10 +11,11 @@ buildscript {
11
}
12
13
14
-project.group = "com.grinderwolf"
15
-project.version = "2.8.0"
16
-
17
allprojects {
+
+ group = "com.grinderwolf"
+ version = "2.8.0-SNAPSHOT"
18
19
apply(plugin = "java")
20
apply(plugin = "io.freefair.lombok")
21
0 commit comments