Skip to content

Commit 6062ee2

Browse files
committed
Adapt readme
1 parent 51c2fc1 commit 6062ee2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.MD

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ Features
1111

1212
Gradle setup (JitPack)
1313
----------------------
14-
1) Add the JitPack repository:
14+
1) Add it in your settings.gradle.kts at the end of repositories:
1515
```kotlin
16-
repositories {
17-
maven { url = uri("https://jitpack.io") }
16+
dependencyResolutionManagement {
17+
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
18+
repositories {
19+
mavenCentral()
20+
maven { url = uri("https://jitpack.io") }
21+
}
1822
}
1923
```
2024
2) Depend on your GitHub fork/tag:

0 commit comments

Comments
 (0)