Skip to content

Commit

Permalink
Pin target Java version compatibility to 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tipper authored and marianobarrios committed Jan 17, 2020
1 parent 90a37e1 commit 07d91b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ plugins {
id "com.diffplug.gradle.spotless" version "3.27.0"
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenLocal()
mavenCentral()
Expand Down

0 comments on commit 07d91b4

Please sign in to comment.