mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Set required java version to 1.7
This commit is contained in:
parent
eeba9687cb
commit
9b7e9cc61e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
|
||||
sourceCompatibility = "1.8";
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
|
||||
mainClassName = 'cli.Main'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue