Skip to content

Commit 0526a51

Browse files
Set source and target versions to Java 8.
1 parent b2d0c09 commit 0526a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ allprojects {
22
apply plugin: 'java-library'
33
apply plugin: 'maven'
44

5-
sourceCompatibility = 1.7
6-
targetCompatibility = 1.7
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77

88
version 'v0.20.2'
99
group 'com.github.TeamNewPipe'

0 commit comments

Comments
 (0)