kr.entree.spigradle
Owner: JunHyung Lim
Gradle plugin for Spigot plugin development.
https://github.com/spigradle/spigradle
Sources: https://github.com/EntryPointKR/Spigradle
Version 1.2.2
1.2.2
Created 17 March 2020.
Gradle plugin for developing Spigot plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("kr.entree.spigradle") version "1.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.kr.entree:spigradle:1.2.2") } } apply(plugin = "kr.entree.spigradle")
- Applying plugins to all subprojects .