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 6927add commit b1b5139Copy full SHA for b1b5139
build.gradle.kts
@@ -117,9 +117,7 @@ publishing {
117
118
isAllowInsecureProtocol = true
119
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)
+ url = uri(project.findProperty("repositoryURL") ?: "https://repo.codemc.io/repository/codemc/")
123
}
124
125
0 commit comments