Add Java 10 configuration for merged repositories

This commit is contained in:
Christoph Atteneder 2018-09-17 13:37:03 +02:00
parent 28c96d6fe3
commit 68fb1163a3
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
5 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ plugins {
group = 'network.bisq'
version = '0.8.0-SNAPSHOT'
sourceCompatibility = 1.8
sourceCompatibility = 1.10
mainClassName = 'bisq.monitor.MonitorMain'
@ -20,8 +20,8 @@ dependencies {
compile project(':core')
compile 'com.sparkjava:spark-core:2.5.2'
compile 'net.gpedro.integrations.slack:slack-webhook:1.1.1'
compileOnly 'org.projectlombok:lombok:1.16.16'
annotationProcessor 'org.projectlombok:lombok:1.16.16'
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
build.dependsOn installDist

View File

@ -3,8 +3,8 @@ plugins {
id "org.springframework.boot" version "1.5.10.RELEASE"
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.10
targetCompatibility = 1.10
version = file("src/main/resources/version.txt").text

View File

@ -3,8 +3,8 @@ plugins {
id "org.springframework.boot" version "1.5.10.RELEASE"
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.10
targetCompatibility = 1.10
version = file("src/main/resources/version.txt").text
@ -27,8 +27,8 @@ dependencies {
compile("com.turo:pushy:0.13.2")
compile("com.google.firebase:firebase-admin:6.2.0")
compileOnly 'org.projectlombok:lombok:1.16.16'
//annotationProcessor 'org.projectlombok:lombok:1.16.16'
compileOnly 'org.projectlombok:lombok:1.18.2'
//annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
task stage {

View File

@ -15,7 +15,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
group = 'network.bisq'
version = '0.8.0-SNAPSHOT'
sourceCompatibility = 1.8
sourceCompatibility = 1.10
mainClassName = 'bisq.seednode.SeedNodeMain'
@ -30,8 +30,8 @@ repositories {
dependencies {
compile project(':core')
runtime 'org.bouncycastle:bcprov-jdk15on:1.56'
compileOnly 'org.projectlombok:lombok:1.16.16'
annotationProcessor 'org.projectlombok:lombok:1.16.16'
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
build.dependsOn installDist

View File

@ -6,7 +6,7 @@ plugins {
group = 'network.bisq'
version = '0.8.0-SNAPSHOT'
sourceCompatibility = 1.8
sourceCompatibility = 1.10
mainClassName = 'bisq.statistics.StatisticsMain'
@ -18,8 +18,8 @@ repositories {
dependencies {
compile project(':core')
compileOnly 'org.projectlombok:lombok:1.16.16'
annotationProcessor 'org.projectlombok:lombok:1.16.16'
compileOnly 'org.projectlombok:lombok:1.18.2'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
}
build.dependsOn installDist