mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add Java 10 configuration for merged repositories
This commit is contained in:
parent
28c96d6fe3
commit
68fb1163a3
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user