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:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -32,7 +32,6 @@ pipeline {
|
||||
rtGradleDeployer(
|
||||
id: "GRADLE_DEPLOYER",
|
||||
serverId: "opencollab-artifactory",
|
||||
repo: "opencollab-deployer",
|
||||
releaseRepo: "maven-releases",
|
||||
snapshotRepo: "maven-snapshots"
|
||||
)
|
||||
|
||||
@@ -36,7 +36,7 @@ publishing {
|
||||
artifactory {
|
||||
publish {
|
||||
repository {
|
||||
setRepoKey("opencollab-deployer")
|
||||
setRepoKey("maven-snapshots")
|
||||
setMavenCompatible(true)
|
||||
}
|
||||
defaults {
|
||||
|
||||
Reference in New Issue
Block a user