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.3.1
1.3.1
Created 24 May 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.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.groovymc.modsdotgroovy:ModsDotGroovy:1.3.1") } } apply(plugin = "org.groovymc.modsdotgroovy")
- Applying plugins to all subprojects .