Skip to content

Commit

Permalink
Automatically apply patches at compile time
Browse files Browse the repository at this point in the history
This may be somewhat bothersome though... will maybe come back to this later.
  • Loading branch information
Protonull committed May 1, 2024
1 parent e8049d8 commit 5b79867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ tasks {
attributes["Main-Class"] = "uk.protonull.minestom.BasicMinestomServer"
}
}
compileJava {
dependsOn(applyPatches)
}
build {
dependsOn(shadowJar)
}
Expand Down

0 comments on commit 5b79867

Please sign in to comment.