We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c967 commit 9fd8b31Copy full SHA for 9fd8b31
build.gradle.kts
@@ -112,9 +112,9 @@ subprojects {
112
val maven = if (isRelease) "releases" else "snapshots"
113
if (mavenToken != null && mavenToken.isNotEmpty()) {
114
maven {
115
- url = uri("https://mvn.devos.one/${maven}")
+ url = uri("https://maven.ithundxr.dev/${maven}")
116
credentials {
117
- username = "ithundxr-github"
+ username = "numismatics-github"
118
password = mavenToken
119
}
120
0 commit comments