io.github.gunpowder
Owner: Martmists
GunpowderPlugin imports and configures the required dependencies to develop for Gunpowder.
https://github.com/gunpowder-mc/
Sources: https://github.com/gunpowder-mc/GunpowderPlugin
Version 0.1.1
0.1.1
Created 13 January 2021.
GunpowderPlugin imports and configures the required dependencies to develop for Gunpowder.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.gunpowder") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.gunpowder:gunpowder-plugins:0.1.1") } } apply(plugin = "io.github.gunpowder")
- Applying plugins to all subprojects .