Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Releases are published to Maven Central, and individual archives are also availa

```groovy
subprojects {
repositiories {
repositories {
mavenCentral()
}
}
Expand All @@ -27,7 +27,7 @@ subprojects {
Add this repository to have access to Maven Central snapshots:
```groovy
subprojects {
repositiories {
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
mavenContent { snapshotsOnly() }
Expand Down
Loading