Skip to content

Commit

Permalink
build: set compatibility version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed May 9, 2017
1 parent 4fe0523 commit f70e87c
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 @@ -6,6 +6,9 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'maven-publish'

sourceCompatibility = 1.6
targetCompatibility = 1.6

group 'com.transloadit.sdk'
version = '0.0.1'

Expand Down

0 comments on commit f70e87c

Please sign in to comment.