org.spongepowered.gradle.sponge.dev
Owner: Gabriel Harris-Rouquette
Gradle plugin to set up developing Sponge and it's implementations
Sources: https://github.com/SpongePowered/SpongeGradle
Version 2.2.0 (latest)
2.2.0
Created 09 September 2023.
Gradle conventions for Sponge organization projects
Add this plugin to your build using the plugins DSL:
plugins {
id("org.spongepowered.gradle.sponge.dev") version "2.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.spongepowered:spongegradle-convention:2.2.0") } } apply(plugin = "org.spongepowered.gradle.sponge.dev")
- Applying plugins to all subprojects .