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