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.0.2
1.0.2
Created 25 June 2023.
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.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("xyz.srnyx:gradle-galaxy:1.0.2") } } apply(plugin = "xyz.srnyx.gradle-galaxy")
- Applying plugins to all subprojects .