Convert to Java 11 compressor

This commit is contained in:
Andrew Steinborn
2021-05-23 13:58:01 -04:00
parent 59f358441a
commit 590f18dbe0
6 changed files with 41 additions and 258 deletions

View File

@@ -13,11 +13,6 @@ license {
header = project.rootProject.file('HEADER.txt')
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
jar {
manifest {
def buildNumber = System.getenv("BUILD_NUMBER") ?: "unknown"