Require java 1.8
- VERSION_1_7 is deprecated in java 12 - the used gradle version already requires java 1.8
This commit is contained in:
parent
1df862234d
commit
9aa13e92fe
@ -2,8 +2,8 @@ apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
mainClassName = 'org.asamk.signal.Main'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user