Skip to content

Commit 07bce10

Browse files
committed
Fix publish url
1 parent 9684220 commit 07bce10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ publishing {
113113
repositories {
114114
if (ENV.MAVEN_PUBLISH_CREDENTIALS) {
115115
maven {
116-
url "https://repo.legacyfabric.net/repository/legacyfabric"
116+
url "https://repo.legacyfabric.net/legacyfabric/"
117117
credentials {
118118
username ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[0]
119119
password ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[1]

0 commit comments

Comments
 (0)