Clean libs dir

This commit is contained in:
Sebastien 2018-03-01 12:42:14 +01:00
parent c7ff7b7ebd
commit 6cf0fc8170
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ node {
* First, the incremental build number from Jenkins
* Second, the 'latest' tag.
* Pushing multiple tags is cheap, as all the layers are reused. */
app.push("devel")
app.push("devel")
}
stage('Cleaning'){

View File

@ -8,6 +8,7 @@ buildscript {
}
}
apply plugin: 'base'
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
@ -26,6 +27,7 @@ targetCompatibility = 1.8
jar {
delete "${buildDir}/libs/"
baseName = 'DiscordBot'
}