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