Skip to content

Commit dca627d

Browse files
committed
chore: update publishing destination
1 parent dccd753 commit dca627d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ dependencies {
6060
publishing {
6161
repositories {
6262
mavenLocal()
63-
maven("https://repo.fruxz.dev/releases") {
63+
maven("https://nexus.fruxz.dev/repository/releases/") {
6464
name = "fruxz.dev"
6565
credentials {
66-
username = System.getenv("FRUXZ_DEV_USER")
67-
password = System.getenv("FRUXZ_DEV_SECRET")
66+
username = System.getenv("FXZ_NEXUS_USER")
67+
password = System.getenv("FXZ_NEXUS_SECRET")
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)