Clean libs dir
This commit is contained in:
parent
c7ff7b7ebd
commit
6cf0fc8170
@ -8,6 +8,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: 'base'
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
@ -26,6 +27,7 @@ targetCompatibility = 1.8
|
|||||||
|
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
delete "${buildDir}/libs/"
|
||||||
baseName = 'DiscordBot'
|
baseName = 'DiscordBot'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user