Skip to content

Commit 8d36906

Browse files
committed
2 parents acfa8bf + 73dedb6 commit 8d36906

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
A 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

1730
For the full documentation, please go here: [github.com/srnyx/gradle-galaxy/wiki](https://github.com/srnyx/gradle-galaxy/wiki)

0 commit comments

Comments
 (0)