Skip to content

Commit e66e0b3

Browse files
committed
Update maven
1 parent 9d49dbd commit e66e0b3

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
@@ -136,9 +136,9 @@ subprojects {
136136
val maven = if (isRelease) "releases" else "snapshots"
137137
if (mavenToken != null && mavenToken.isNotEmpty()) {
138138
maven {
139-
url = uri("https://maven.ithundxr.dev/${maven}")
139+
url = uri("https://mvn.devos.one/${maven}")
140140
credentials {
141-
username = "railways-github"
141+
username = "ithundxr-github"
142142
password = mavenToken
143143
}
144144
}

0 commit comments

Comments
 (0)