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