Clean libs dir
This commit is contained in:
parent
c7ff7b7ebd
commit
6cf0fc8170
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'){
|
||||
|
@ -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'
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user