net.octyl.elivi
Owner: Octavia Togami
Compresses code by removing & renaming class file elements.
https://github.com/octylFractal/elivi-code-compressor
Sources: https://github.com/octylFractal/elivi-code-compressor.git
Version 0.1.3 (latest)
0.1.3
Created 24 October 2019.
Compresses code by removing & renaming class file elements.
Add this plugin to your build using the plugins DSL:
plugins {
id("net.octyl.elivi") version "0.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.octyl.elivi:elivi-gradle-plugin:0.1.3") } } apply(plugin = "net.octyl.elivi")
- Applying plugins to all subprojects .