Skip to content

Commit b1b5139

Browse files
committed
Update deployment url
1 parent 6927add commit b1b5139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ publishing {
117117

118118
isAllowInsecureProtocol = true
119119

120-
val releases = "https://repo.codemc.io/repository/maven-releases/"
121-
val snapshots = "https://repo.codemc.io/repository/maven-snapshots/"
122-
url = uri(project.findProperty("repositoryURL") ?: if (version.toString().endsWith("SNAPSHOT")) snapshots else releases)
120+
url = uri(project.findProperty("repositoryURL") ?: "https://repo.codemc.io/repository/codemc/")
123121
}
124122
}
125123
}

0 commit comments

Comments
 (0)