mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add sourceCompatibility for java 8
This commit is contained in:
parent
9f5b55fa7e
commit
76f2e0c2a2
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
|
||||
sourceCompatibility = "1.8";
|
||||
|
||||
mainClassName = 'cli.Main'
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue