mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 14:24:06 +01:00
Update source compatibility to Java 10
This commit is contained in:
parent
73e4ee5f47
commit
bd9a208977
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
group 'network.bisq'
|
||||
version '-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
|
|
|
@ -11,7 +11,7 @@ ext {
|
|||
protobufVersion = '3.5.1'
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
group = 'network.bisq'
|
||||
version = '-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
|
|
|
@ -17,7 +17,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
|
|||
group = 'network.bisq'
|
||||
version = '0.8.0-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
group = 'network.bisq'
|
||||
version = '-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceCompatibility = 1.10
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
|
Loading…
Add table
Reference in a new issue