We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda8a37 commit cb66042Copy full SHA for cb66042
build.gradle.kts
@@ -17,7 +17,7 @@ val javaVersion: Int = 21
17
18
allprojects {
19
group = "com.noxcrew.interfaces"
20
- version = "2.0.0-SNAPSHOT"
+ version = "2.0.0"
21
22
tasks.withType<JavaCompile> {
23
sourceCompatibility = javaVersion.toString()
0 commit comments