Set source compatibility to Java 7

This commit is contained in:
dankito 2020-06-14 21:06:29 +02:00
parent 05030fc3f0
commit 2406fa51e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
sourceCompatibility = "8"
targetCompatibility = "8"
sourceCompatibility = "1.7"
targetCompatibility = "1.7"
dependencies {