Skip to content

Commit

Permalink
Fix the url of the meteordev repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Username404-59 committed Jul 29, 2022
1 parent 26e6a75 commit f7efad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}
maven {
name = "meteor-maven"
url = "https://maven.meteordev.org"
url = "https://maven.meteordev.org/releases"
}
maven {url "https://jitpack.io"}
}
Expand Down

0 comments on commit f7efad1

Please sign in to comment.