1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 22:16:31 +00:00

Fully re-enable deploying

This commit is contained in:
Camotoy
2021-09-22 13:24:44 -04:00
parent c9b6d945d2
commit f1d702b78a

2
Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ pipeline {
)
rtMavenRun(
pom: 'pom.xml',
goals: 'javadoc:jar source:jar install -pl :connector -am -DskipTests',
goals: 'javadoc:jar source:jar install -DskipTests',
deployerId: "maven-deployer",
resolverId: "maven-resolver"
)