Set source and target versions to Java 8.
This commit is contained in:
parent
b2d0c098a3
commit
0526a5148d
|
@ -2,8 +2,8 @@ allprojects {
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
sourceCompatibility = 1.7
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.7
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
version 'v0.20.2'
|
version 'v0.20.2'
|
||||||
group 'com.github.TeamNewPipe'
|
group 'com.github.TeamNewPipe'
|
||||||
|
|
Loading…
Reference in New Issue