mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Temporarily remove Javadoc jar too I guess
This commit is contained in:
parent
2ee9df7ed9
commit
3d473a4939
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
)
|
)
|
||||||
rtMavenRun(
|
rtMavenRun(
|
||||||
pom: 'pom.xml',
|
pom: 'pom.xml',
|
||||||
goals: 'javadoc:jar source:jar install -pl connector -am -DskipTests',
|
goals: 'source:jar install -pl connector -am -DskipTests',
|
||||||
deployerId: "maven-deployer",
|
deployerId: "maven-deployer",
|
||||||
resolverId: "maven-resolver"
|
resolverId: "maven-resolver"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue