Skip to content

Commit

Permalink
Migrate to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Oct 28, 2018
1 parent b7a0c00 commit c3d7823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ scmVersion {

project.version = scmVersion.version

sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenCentral()
Expand Down

0 comments on commit c3d7823

Please sign in to comment.