1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Don't build Javadocs

This commit is contained in:
Tim203
2021-03-23 10:10:33 +01:00
parent 6eec566286
commit b7ce4f9a45

2
Jenkinsfile vendored
View File

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