Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b94f47d

Browse files
authored
Update README.md
1 parent e3c54b9 commit b94f47d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ Maven:
2525

2626
Gradle:
2727
```<repositories>
28-
dependencyResolutionManagement {
29-
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
30-
repositories {
31-
mavenCentral()
32-
maven { url 'https://jitpack.io' }
33-
}
28+
repositories {
29+
maven { url 'https://jitpack.io' }
3430
}
3531
```
3632

@@ -331,4 +327,4 @@ repeatingTask(1, TimeUnit.SECONDS, true){
331327
repeatingTask(1, TimeUnit.SECONDS, 5, true){
332328
//This will run every second 5 times async
333329
}
334-
```
330+
```

0 commit comments

Comments
 (0)