fr.scarex.fcgp
Owner: SCAREX
Forge Changelog Gradle Plugin
http://github.com/SCAREXgaming/ForgeChangelogGradlePlugin
Sources: http://github.com/SCAREXgaming/ForgeChangelogGradlePlugin
Add this plugin to your build using the plugins DSL:
plugins {
id("fr.scarex.fcgp") version "1.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.SCAREXgaming:ForgeChangelogGradlePlugin:1.0.4") } } apply(plugin = "fr.scarex.fcgp")
- Applying plugins to all subprojects .