Skip to content

Commit

Permalink
Move baseline to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jun 1, 2015
1 parent 1ea904c commit bb6d006
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 @@ -12,8 +12,8 @@ allprojects {
subprojects {
apply plugin: 'java'
apply plugin: 'signing'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.8
targetCompatibility = 1.8
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'
def isSnapshot = true; // version.contains("SNAPSHOT")

Expand Down

0 comments on commit bb6d006

Please sign in to comment.