We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88558df commit a1ae51bCopy full SHA for a1ae51b
build.gradle.kts
@@ -15,7 +15,7 @@ val javaVersion: Int = 21
15
16
allprojects {
17
group = "com.noxcrew.interfaces"
18
- version = "1.1.2"
+ version = "1.1.2-SNAPSHOT"
19
20
tasks.withType<JavaCompile> {
21
sourceCompatibility = javaVersion.toString()
0 commit comments