mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
sourceCompatibility and targetCompatibility cannot be different
This commit is contained in:
parent
5e4fc53edd
commit
7e2dca5b79
@ -29,8 +29,7 @@ String exec(def line, String dir = ".", boolean failOnError = true) {
|
||||
|
||||
version = exec("git describe --tags", ".", false) ?: "unknown"
|
||||
|
||||
sourceCompatibility = 11
|
||||
targetCompatibility = 11
|
||||
sourceCompatibility = targetCompatibility = 11
|
||||
|
||||
def javaModules = ["java.base", "java.prefs", "java.logging", "jdk.crypto.ec"]
|
||||
project.ext.set("javaModules", javaModules)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user