mirror of
https://github.com/Minestom/Minestom.git
synced 2024-10-31 15:59:35 +01:00
Add required repository to installation instructions (#86)
* Add required repository * Fix invalid groovy
This commit is contained in:
parent
8edc9981d0
commit
8a9029c80c
1
.github/README.md
vendored
1
.github/README.md
vendored
@ -41,6 +41,7 @@ and can be installed like the following (Gradle/Groovy):
|
|||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user