Skip to content

Commit

Permalink
Merge pull request #17 from rpardini/master
Browse files Browse the repository at this point in the history
force source and target versions to 1.7
  • Loading branch information
bcorne committed Jul 25, 2015
2 parents 566b1f2 + 38493ac commit 87d0414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ apply plugin: 'signing'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

sourceCompatibility = 1.7
targetCompatibility = 1.7

group = 'com.ullink.slack'
archivesBaseName = 'simpleslackapi'
version = '0.4.3'
Expand Down

0 comments on commit 87d0414

Please sign in to comment.