Skip to content

Commit 9fd8b31

Browse files
committed
Update maven
1 parent f08c967 commit 9fd8b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ subprojects {
112112
val maven = if (isRelease) "releases" else "snapshots"
113113
if (mavenToken != null && mavenToken.isNotEmpty()) {
114114
maven {
115-
url = uri("https://mvn.devos.one/${maven}")
115+
url = uri("https://maven.ithundxr.dev/${maven}")
116116
credentials {
117-
username = "ithundxr-github"
117+
username = "numismatics-github"
118118
password = mavenToken
119119
}
120120
}

0 commit comments

Comments
 (0)