An example of a plugin can be found here. Documentation is coming soon.
build.gradle.kts:
plugins {
id("com.github.SteveTheEngineer.SS-BukkitGradle") version "1.4"
}
// ...
settings.gradle.kts:
// ...
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://jitpack.io")
// ...
}
}
// ...
- Shadow plugin support
- Testing support
- BungeeCord support as a separate plugin