Set source compatibility to Java 7
This commit is contained in:
parent
05030fc3f0
commit
2406fa51e6
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
apply plugin: 'java-library'
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
sourceCompatibility = "8"
|
||||
targetCompatibility = "8"
|
||||
sourceCompatibility = "1.7"
|
||||
targetCompatibility = "1.7"
|
||||
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue