org.groovymc.modsdotgroovy
Owner: GroovyMC
A Gradle plugin for creation of mods.toml file from a groovy file
https://github.com/GroovyMC/ModsDotGroovy
Sources: https://github.com/GroovyMC/ModsDotGroovy
Version 2.0.0-beta.30 (latest)
2.0.0-beta.30
Created 27 June 2024.
A Gradle plugin for creation of mods metadata file from a groovy file
Add this plugin to your build using the plugins DSL:
plugins {
id("org.groovymc.modsdotgroovy") version "2.0.0-beta.30"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.groovymc.modsdotgroovy:gradle-plugin:2.0.0-beta.30") } } apply(plugin = "org.groovymc.modsdotgroovy")
- Applying plugins to all subprojects .