mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
Remove debug log
This commit is contained in:
parent
091991a640
commit
e47cb7e3ec
@ -19,8 +19,6 @@ def platform = osName.contains("Linux") ? 'linux' + (is64 ? '64' : '32') :
|
||||
osName.contains("Windows") ? 'win' + (is64 ? '64' : '32') :
|
||||
osName.contains("OS X") ? 'mac' + (isArm ? "Arm64" : "X86") : 'unknown'
|
||||
|
||||
println(System.getProperty("java.home"))
|
||||
|
||||
version = gitVersion()
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user