Build projects with JDK8 target
Closes gh-36
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
subprojects {
|
||||
group = 'org.springframework.experimental'
|
||||
version = "0.1.0-SNAPSHOT"
|
||||
|
||||
@@ -8,8 +8,11 @@ plugins {
|
||||
}
|
||||
|
||||
description = "GraphQL Spring Boot Starter"
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -6,8 +6,11 @@ plugins {
|
||||
}
|
||||
|
||||
description = "GraphQL Java support with Spring Web frameworks"
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
Reference in New Issue
Block a user