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 1.4.1
1.4.1
Created 01 June 2023.
A Gradle plugin for creation of mods.toml file from a groovy file
Add this plugin to your build using the plugins DSL:
plugins {
id("org.groovymc.modsdotgroovy") version "1.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.groovymc.modsdotgroovy:ModsDotGroovy:1.4.1") } } apply(plugin = "org.groovymc.modsdotgroovy")
- Applying plugins to all subprojects .