rocks.aur.cursedpublish
Owner: Sergey Shatunov
Plugin to publish artifacts to the CurseForge portal
https://github.com/Prototik/CursedPublish
Sources: https://github.com/Prototik/CursedPublish
Version 0.2.2 (latest)
0.2.2
Created 10 January 2024.
Plugin to publish artifacts to the CurseForge portal
Add this plugin to your build using the plugins DSL:
plugins {
id("rocks.aur.cursedpublish") version "0.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("rocks.aur:cursedpublish:0.2.2") } } apply(plugin = "rocks.aur.cursedpublish")
- Applying plugins to all subprojects .