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

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'
}