com.hendraanggrian.packaging
Owner: Hendra Anggrian
Start making native distributions for your JAR
https://github.com/hendraanggrian/packaging-gradle-plugin/
Sources: https://github.com/hendraanggrian/packaging-gradle-plugin.git
Version 0.2 (latest)
0.2
Created 20 April 2023.
Start making native distributions for your JAR
Add this plugin to your build using the plugins DSL:
plugins {
id("com.hendraanggrian.packaging") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hendraanggrian.packaging:packaging-gradle-plugin:0.2") } } apply(plugin = "com.hendraanggrian.packaging")
- Applying plugins to all subprojects .