ModGradle adds some gradle plugins useful for creating forge mods.
To add it to your gradle buildscript, use
buildscript {
repositories {
maven { url 'https://maven.minecraftforge.net/' }
maven { url 'https://maven.moddingx.org/' }
mavenCentral()
}
dependencies {
classpath 'org.moddingx:ModGradle:<version>'
}
}
More information on the different plugins added by ModGradle: