Should be compiled for Java 8, not 15. Closes #4.
This commit is contained in:
parent
42af1133e9
commit
4059c4388d
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue