Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla authored Dec 2, 2024
1 parent acb1982 commit 0839e07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@
pluginManagement {
repositories {
..
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' } // Groovy
maven("https://jitpack.io") // Gradle.kts
}
}
dependencyResolutionManagement {
repositories {
..
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' } // Groovy
maven("https://jitpack.io") // Gradle.kts
}
}
```
Expand Down

0 comments on commit 0839e07

Please sign in to comment.