Set source compatibility to Java 7
This commit is contained in:
parent
05030fc3f0
commit
2406fa51e6
|
@ -1,8 +1,8 @@
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
sourceCompatibility = "8"
|
sourceCompatibility = "1.7"
|
||||||
targetCompatibility = "8"
|
targetCompatibility = "1.7"
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue