Attempt 3 and then I start actually looking at docs

This commit is contained in:
Camotoy 2021-01-08 13:18:41 -05:00
parent 4255240b6e
commit 029522c2fc
1 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ pipeline {
}
steps {
sh 'mvn javadoc:jar source:jar deploy -DskipTests'
rtGradleDeployer(
id: "GRADLE_DEPLOYER",
serverId: "opencollab-artifactory",
@ -35,8 +34,6 @@ pipeline {
rtGradleResolver(
id: "GRADLE_RESOLVER",
serverId: "opencollab-artifactory",
releaseRepo: "release",
snapshotRepo: "snapshot"
)
rtGradleRun (
usesPlugin: true,