Skip to content

Commit

Permalink
Merge pull request #84 from Username404-59/master
Browse files Browse the repository at this point in the history
Fix the url of the meteordev repository
  • Loading branch information
KonaeAkira authored Jul 29, 2022
2 parents 0233299 + f7efad1 commit 91332cc
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 91332cc

Please sign in to comment.