Set source and target versions to Java 8.

This commit is contained in:
Isira Seneviratne 2020-10-01 15:22:21 +05:30
parent b2d0c098a3
commit 0526a5148d
1 changed files with 2 additions and 2 deletions

View File

@ -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'