net.mcparkour.migle.migle-bungee
Owner: Piotr Dobiech
Bungee plugin Gradle plugin
https://github.com/mcparkournet/migle
Sources: https://github.com/mcparkournet/migle.git
Add this plugin to your build using the plugins DSL:
plugins {
id("net.mcparkour.migle.migle-bungee") version "1.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.mcparkour:migle-bungee:1.1.2") } } apply(plugin = "net.mcparkour.migle.migle-bungee")
- Applying plugins to all subprojects .