Clean up :)

This commit is contained in:
Camotoy 2021-01-09 11:53:09 -05:00
parent fd151d4e3a
commit a5e0cab48a
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ pipeline {
tool: 'Gradle 6',
rootDir: "",
buildFile: 'build.gradle',
tasks: 'clean build artifactoryPublish',
tasks: 'build artifactoryPublish',
deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER"
)

View File

@ -3,7 +3,6 @@ plugins {
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'java'
//id "com.jfrog.artifactory" version '4.18.3'
}
apply plugin: 'com.github.johnrengelman.shadow'