Skip to content

Commit

Permalink
Set target/source java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusFreke committed Mar 2, 2021
1 parent fd25f51 commit 93e7043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -85,6 +85,11 @@ subprojects {

version = parent.version

java {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

ext {
depends = [
guava: 'com.google.guava:guava:27.1-android',
Expand Down

0 comments on commit 93e7043

Please sign in to comment.