Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jul 4, 2024
1 parent cb55f10 commit 07a5e10
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
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

group = "net.countercraft.movecraft.warfare"
version = "1.0.0_beta-3"
version = "1.0.0_beta-3_gradle"
description = "Movecraft-Warfare"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down Expand Up @@ -82,7 +82,7 @@ hangarPublish {
hangar("Movecraft-Repair") {
required.set(true)
}
hangar("Movecraft-Warfare") {
hangar("Movecraft-WorldGuard") {
required.set(true)
}
}
Expand Down

0 comments on commit 07a5e10

Please sign in to comment.