another gradle test

This commit is contained in:
Anuken 2020-08-23 12:05:54 -04:00
parent d9aa4eb9c9
commit a92d143788

View File

@ -183,9 +183,7 @@ allprojects{
//compile with java 8 compatibility for everything except the annotati project
configure(subprojects - project(":annotations")){
tasks.withType(JavaCompile){
if(JavaVersion.current() != JavaVersion.VERSION_1_8){
options.compilerArgs.addAll(['--release', '8'])
}
options.release = 8
}
tasks.withType(Javadoc){