Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama authored Nov 18, 2023
1 parent ff42acc commit 1cef599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group = "dev.fastmc"
version = "1.1-SNAPSHOT"
version = "1.1.0"
}

plugins {
Expand All @@ -23,4 +23,4 @@ subprojects {
}
}

tasks.jar.get().isEnabled = false
tasks.jar.get().isEnabled = false

0 comments on commit 1cef599

Please sign in to comment.