Try to tell gradle to only use java 8 for this project
This commit is contained in:
parent
7665edfb3a
commit
2f6cc2f4f1
1 changed files with 1 additions and 0 deletions
|
@ -73,4 +73,5 @@ test {
|
|||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
|
||||
options.release = 8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue