Skip to content

Commit

Permalink
chore: update maven repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWQ-monad committed May 23, 2024
1 parent dade140 commit 685f8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

// Imyvm Hoki
maven {
url = 'https://maven.victorica.dev'
url = 'https://maven.imyvm.org'
}

maven {
Expand Down Expand Up @@ -130,4 +130,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit 685f8c5

Please sign in to comment.