File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Gradle Galaxy
1+ # Gradle Galaxy [ ![ Release ] ( https://img.shields.io/gradle-plugin-portal/v/xyz.srnyx.gradle-galaxy?label=Release%20(Gradle%20Plugin%20Portal)&color=006d82 )] ( https://plugins.gradle.org/plugin/xyz.srnyx.gradle-galaxy ) [ ![ Snapshot ] ( https://repo.srnyx.com/api/badge/latest/snapshots/xyz/srnyx/gradle-galaxy?color=006d82&name=Snapshot%20(repo.srnyx.com) )] ( https://repo.srnyx.com/#/snapshots/xyz/srnyx/gradle-galaxy )
22
33A Gradle plugin to simplify the process of creating projects. Thank you [ dkim19375] ( https://github.com/dkim19375 ) for the help with some stuff :)
44
@@ -12,6 +12,19 @@ plugins {
1212}
1313```
1414
15+ <details >
16+ <summary >Adding repository for snapshots</summary >
17+
18+ Add this to your ` settings.gradle.kts ` :
19+
20+ ``` kts
21+ pluginManagement.repositories {
22+ maven(" https://repo.srnyx.com/snapshots/" )
23+ gradlePluginPortal() // For other plugins
24+ }
25+ ```
26+ </details >
27+
1528## Documentation
1629
1730For the full documentation, please go here: [ github.com/srnyx/gradle-galaxy/wiki] ( https://github.com/srnyx/gradle-galaxy/wiki )
You can’t perform that action at this time.
0 commit comments