Skip to content

Commit

Permalink
remove machete
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Dec 18, 2023
1 parent d09b8b9 commit 4b214b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//file:noinspection GradlePackageVersionRange
plugins {
id "fabric-loom" version "1.4.+"
id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build
id "maven-publish"
}

Expand Down Expand Up @@ -106,10 +105,6 @@ loom {
}
}

machete {
enabled = buildNumber != null
}

tasks.withType(JavaCompile).configureEach {
it.options.release = Integer.parseInt(sourceCompatibility)
}
Expand Down

0 comments on commit 4b214b7

Please sign in to comment.