Try this?

This commit is contained in:
RednedEpic 2022-04-24 13:03:21 -05:00
parent e322660400
commit 3889110081
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -40,10 +40,9 @@ pipeline {
serverId: "opencollab-artifactory" serverId: "opencollab-artifactory"
) )
rtGradleRun( rtGradleRun(
usesPlugin: true, usesPlugin: false,
tool: 'Gradle 7', tool: 'Gradle 7',
rootDir: "", rootDir: "",
useWrapper: true,
buildFile: 'build.gradle.kts', buildFile: 'build.gradle.kts',
tasks: 'build artifactoryPublish', tasks: 'build artifactoryPublish',
deployerId: "GRADLE_DEPLOYER", deployerId: "GRADLE_DEPLOYER",