com.matthewprenger.cursegradle
Owner: Matthew Prenger
Gradle plugin to upload artifacts to CurseForge
https://github.com/matthewprenger/CurseGradle
Sources: https://github.com/matthewprenger/CurseGradle.git
Version 1.0.7
1.0.7
Created 11 January 2016.
Gradle plugin to upload artifacts to CurseForge
Add this plugin to your build using the plugins DSL:
plugins {
id("com.matthewprenger.cursegradle") version "1.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.matthewprenger:CurseGradle:1.0.7") } } apply(plugin = "com.matthewprenger.cursegradle")
- Applying plugins to all subprojects .