Skip to content

Commit 86ff17c

Browse files
authored
Update README.md
1 parent 44a9c36 commit 86ff17c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ repositories {
3939
includeGroup "com.jamieswhiteshirt"
4040
}
4141
}
42+
maven {
43+
name = 'GeckoLib'
44+
url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/'
45+
content {
46+
includeGroupByRegex("software\\.bernie.*")
47+
includeGroup("com.eliotlash.mclib")
48+
}
49+
}
4250
}
4351
```
4452
## Common

0 commit comments

Comments
 (0)