nl.elec332.gradle.minecraft.moddev
Owner: AMJ
A Gradle plugin to simplify development of Minecraft Mods
https://github.com/Elecs-Mods/GradleModDev
Sources: https://github.com/Elecs-Mods/GradleModDev.git
Version 0.2.1-Beta
0.2.1-Beta
Created 30 July 2020.
A Gradle plugin to simplify development of Minecraft Mods
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.elec332.gradle.minecraft.moddev") version "0.2.1-Beta"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.nl.elec332.gradle.minecraft:GradleModDev:0.2.1-Beta") } } apply(plugin = "nl.elec332.gradle.minecraft.moddev")
- Applying plugins to all subprojects .