Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoft committed Sep 24, 2016
1 parent dc96a00 commit 3f76fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ apply plugin: 'signing'
apply plugin: 'jacoco'

compileJava {
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

version = '1.0.1-LOCAL'
version = '2.0'
group = 'com.needhamsoftware'

ext.isSnapshot = version.endsWith('-SNAPSHOT')
Expand Down

0 comments on commit 3f76fd7

Please sign in to comment.