Switched to compiling for Java 1.8.
This commit is contained in:
parent
8c1118611e
commit
8f3e04c021
2 changed files with 4 additions and 4 deletions
|
@ -48,8 +48,8 @@ application {
|
|||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue