io.github.p03w.machete
Owner: Silver Andromedae
A gradle plugin to optimize built jars through individual file optimizations and increased compression
https://github.com/SilverAndro/Machete
Sources: https://github.com/P03W/Machete/
Version 2.0.1 (latest)
2.0.1
Created 02 April 2023.
A gradle plugin to optimize built jars through individual file optimizations and increased compression, works best on resource heavy jars
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.p03w.machete") version "2.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.p03w:Machete:2.0.1") } } apply(plugin = "io.github.p03w.machete")
- Applying plugins to all subprojects .