Skip to content

Commit 795bd63

Browse files
committed
fix: Fixed the issue that publications cant be pushed to maven central server.
1 parent 860bbc2 commit 795bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devkit-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666
repositories {
6767
maven {
6868
name = "sonatypeNexus"
69-
url = URI(providers.gradleProperty("repo.maven-central.username").get())
69+
url = URI(providers.gradleProperty("repo.maven-central.host").get())
7070
credentials {
7171
username = providers.gradleProperty("repo.maven-central.username").get()
7272
password = providers.gradleProperty("repo.maven-central.password").get()

0 commit comments

Comments
 (0)