xyz.srnyx.gradle-galaxy
Owner: srnyx
A Gradle plugin to simplify the process of creating projects
https://github.com/srnyx/gradle-galaxy
Sources: https://github.com/srnyx/gradle-galaxy
Version 1.3.0
1.3.0
Created 23 August 2024.
A Gradle plugin to simplify the process of creating projects
Add this plugin to your build using the plugins DSL:
plugins {
id("xyz.srnyx.gradle-galaxy") version "1.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("xyz.srnyx:gradle-galaxy:1.3.0") } } apply(plugin = "xyz.srnyx.gradle-galaxy")
- Applying plugins to all subprojects .