Skip to content

Commit

Permalink
Wiki: Fix repository url of codemc repo
Browse files Browse the repository at this point in the history
  • Loading branch information
FREE2WIN2 authored Jan 20, 2023
1 parent 79275c0 commit 6b70966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki/Using-Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
...
maven {
name = "CodeMC"
url = uri("https://repo.codemc.org/repository/maven-public/")
url = uri("https://repo.codemc.io/repository/maven-public/")
}
...
}
Expand Down Expand Up @@ -46,7 +46,7 @@ repositories {
...
maven {
name = "CodeMC"
url = uri("https://repo.codemc.org/repository/maven-public/")
url = uri("https://repo.codemc.io/repository/maven-public/")
}
...
}
Expand All @@ -64,4 +64,4 @@ If you want to run the shadowJar task when the build task is executed, you can w
build {
dependsOn(shadowJar)
}
```
```

0 comments on commit 6b70966

Please sign in to comment.