io.github.peakmain
Owner: zhoumo
Peakmain ASM plugin!
https://github.com/Peakmain/AsmActualCombat
Sources: https://github.com/Peakmain/AsmActualCombat
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.peakmain") version "1.1.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.peakmain:plugin:1.1.4") } } apply(plugin = "io.github.peakmain")
- Applying plugins to all subprojects .