com.vjh0107.bukkit-executor
Owner: Junhyung Park
Bukkit executor plugin
https://github.com/BarcodeNetwork/BarcodeGradlePlugins
Sources: https://github.com/BarcodeNetwork/BarcodeCore
Add this plugin to your build using the plugins DSL:
plugins {
id("com.vjh0107.bukkit-executor") version "1.0.1-beta4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.vjh0107:bukkit-executor:1.0.1-beta4") } } apply(plugin = "com.vjh0107.bukkit-executor")
- Applying plugins to all subprojects .