Build projects with JDK8 target
Closes gh-36
This commit is contained in:
@@ -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