Skip to content

Commit

Permalink
force source and target versions to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Pardini committed Jul 25, 2015
1 parent 566b1f2 commit 38493ac
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 38493ac

Please sign in to comment.