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