Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 90a514b

Browse files
committed
chore: rename maven repository name
1 parent 95ecef0 commit 90a514b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ allprojects {
101101
if (deployEnabled) {
102102
val url = findProperty("deploy.repo-url") as? String ?: error("No deploy.repo-url specified")
103103
maven(url) {
104-
name = "reposilite"
104+
name = "nexus"
105105
credentials {
106106
username = findProperty("deploy.username") as? String ?: ""
107107
password = findProperty("deploy.password") as? String ?: ""

0 commit comments

Comments
 (0)