setup: add Java targetCompatibility fixed to 1.8
This commit is contained in:
parent
8bfe33e2d2
commit
102b032c00
@ -16,7 +16,10 @@ plugins {
|
|||||||
group 'org.bdware'
|
group 'org.bdware'
|
||||||
version 'dev-221113'
|
version 'dev-221113'
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
compileJava {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
|
||||||
def grpc_java_version = '1.41.0'
|
def grpc_java_version = '1.41.0'
|
||||||
def junit_version = '5.7.0'
|
def junit_version = '5.7.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user