Skip to content

Commit

Permalink
Fix due to maven migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed May 27, 2023
1 parent 97bc302 commit bea3552
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 @@ -222,7 +222,7 @@ publishing {
repositories {
maven {
name = "repository"
url = "https://maven.dragons.plus/Releases"
url = "https://maven.dragons.plus/releases"
credentials(PasswordCredentials)
authentication {
basic(BasicAuthentication)
Expand Down

0 comments on commit bea3552

Please sign in to comment.