Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets authored Feb 11, 2024
1 parent 545caaa commit 0b24b11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Add this in your `build.gradle`:
```groovy
repositories {
ivy {
url = "https://github.com/UselessBullets"
patternLayout {
artifact "[organisation]/releases/download/r[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
url = "https://github.com/UselessSolutions"
patternLayout {
artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
}
dependencies {
Expand Down

0 comments on commit 0b24b11

Please sign in to comment.