1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-24 01:09:19 +00:00

Another attempt to make publishing work

This commit is contained in:
Tim203
2021-12-11 00:56:02 +01:00
parent 21756bbca1
commit 8fa63418be
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@@ -32,7 +32,6 @@ pipeline {
rtGradleDeployer(
id: "GRADLE_DEPLOYER",
serverId: "opencollab-artifactory",
repo: "opencollab-deployer",
releaseRepo: "maven-releases",
snapshotRepo: "maven-snapshots"
)

View File

@@ -36,7 +36,7 @@ publishing {
artifactory {
publish {
repository {
setRepoKey("opencollab-deployer")
setRepoKey("maven-snapshots")
setMavenCompatible(true)
}
defaults {