Skip to content

Commit

Permalink
baseline is now Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 30, 2015
1 parent 695a0c0 commit c6b996c
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 @@ subprojects {
javadoc.failOnError = false
pmd.ignoreFailures = true

sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()
maven { url 'http://jpos.org/maven' }
Expand Down

0 comments on commit c6b996c

Please sign in to comment.