Set source and target versions to Java 8.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user