Testing mp3 sounds + hiding servers
This commit is contained in:
@@ -172,11 +172,20 @@ allprojects{
|
||||
jcenter()
|
||||
}
|
||||
|
||||
task clearCache{
|
||||
doFirst{
|
||||
delete{
|
||||
delete "$rootDir/core/assets/cache"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile){
|
||||
targetCompatibility = 8
|
||||
sourceCompatibility = 14
|
||||
options.encoding = "UTF-8"
|
||||
options.compilerArgs += ["-Xlint:deprecation"]
|
||||
dependsOn clearCache
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user