Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Vann committed Sep 27, 2023
1 parent f2e9432 commit ed894f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ task FatJar(type: Jar) {
exclude("com/example/PathingTesting")
with jar
}
shadowJar {
sourceCompatibility = "11"
targetCompatibility = "11"
manifest{
attributes 'Multi-Release':'true'
}
}

task FatJarWithHidden(type: Jar) {
manifest {
Expand Down

0 comments on commit ed894f2

Please # to comment.