me.gabrieltk.mcrun
Owner: Gabriel Enrico A. Rocha
Prepares Minecraft to debug plugins.
https://github.com/GabrielTK/MCRunGradle
Sources: https://github.com/GabrielTK/MCRunGradle
Add this plugin to your build using the plugins DSL:
plugins {
id("me.gabrieltk.mcrun") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.me.gabrieltk:MCRunGradle:1.1") } } apply(plugin = "me.gabrieltk.mcrun")
- Applying plugins to all subprojects .