Skip to content

Commit

Permalink
Update Gradle build file to use re-obfuscation task on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Sep 6, 2023
1 parent 6a35dcc commit 77566aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ dependencies {
paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT")
}

tasks {
assemble {
dependsOn(reobfJar)
}
}

group = "com.extremelyd1"
version = "1.10.0"
description = "MinecraftBingo"

0 comments on commit 77566aa

Please sign in to comment.