Skip to content

Commit

Permalink
Remove snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Jun 3, 2024
1 parent dff8632 commit 2ee03a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val javaVersion: Int = 21

allprojects {
group = "com.noxcrew.interfaces"
version = "1.1.10-SNAPSHOT"
version = "1.1.10"

tasks.withType<JavaCompile> {
sourceCompatibility = javaVersion.toString()
Expand Down

0 comments on commit 2ee03a5

Please sign in to comment.