Skip to content

Commit

Permalink
fix source and target compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Aug 2, 2019
1 parent 1bf6c00 commit 9b385ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,7 @@ gradleTest.dependsOn(jar)
gradleTest.doFirst {
project.version = project.version.toString()
}


targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8

0 comments on commit 9b385ec

Please sign in to comment.