Skip to content

Commit

Permalink
Update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 2, 2024
1 parent 9d49dbd commit e66e0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ subprojects {
val maven = if (isRelease) "releases" else "snapshots"
if (mavenToken != null && mavenToken.isNotEmpty()) {
maven {
url = uri("https://maven.ithundxr.dev/${maven}")
url = uri("https://mvn.devos.one/${maven}")
credentials {
username = "railways-github"
username = "ithundxr-github"
password = mavenToken
}
}
Expand Down

0 comments on commit e66e0b3

Please sign in to comment.