Skip to content

Commit 9975402

Browse files
Improving description for usage in Gradle
1 parent b3ab976 commit 9975402

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Add the following to your Java project `pom.xml` file:
2525
Add the following to your Java project `build.gradle` file:
2626

2727
```text
28+
repositories {
29+
maven {
30+
name = 'cloudsmith'
31+
url = 'https://dl.cloudsmith.io/public/redstoneworld/RedUtilities/maven/'
32+
}
33+
}
34+
2835
dependencies {
2936
implementation 'de.redstoneworld.redutilities:redutilities:%version%'
3037
}

0 commit comments

Comments
 (0)