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