net.somethingcatchy.gradle
Owner: Niklas Widmann
bundles fabric/forge/common gradle plugins and provides useful default configurations for minecraft mod developers
https://github.com/pssbletrngle/gradlehelper
Sources: https://github.com/pssbletrngle/gradlehelper
Version 0.0.4
0.0.4
Created 17 July 2023.
bundles fabric/forge/common gradle plugins and provides useful default configurations for minecraft mod developers
Add this plugin to your build using the plugins DSL:
plugins {
id("net.somethingcatchy.gradle") version "0.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.somethingcatchy:net.somethingcatchy.gradle:0.0.4") } } apply(plugin = "net.somethingcatchy.gradle")
- Applying plugins to all subprojects .