We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684220 commit 07bce10Copy full SHA for 07bce10
1 file changed
build.gradle
@@ -113,7 +113,7 @@ publishing {
113
repositories {
114
if (ENV.MAVEN_PUBLISH_CREDENTIALS) {
115
maven {
116
- url "https://repo.legacyfabric.net/repository/legacyfabric"
+ url "https://repo.legacyfabric.net/legacyfabric/"
117
credentials {
118
username ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[0]
119
password ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[1]
0 commit comments