io.github.nerdthened.jartighten
所有者: Ned Loynd
Gradle插件,用于减小jar文件的大小
https://github.com/NeRdTheNed/JarTighten
源码: https://github.com/NeRdTheNed/JarTighten
使用插件DSL
plugins {
id("io.github.nerdthened.jartighten") version "1.2.12"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.NeRdTheNed.JarTighten:JarTighten-plugin:1.2.12")
}
}
apply(plugin = "io.github.nerdthened.jartighten")