Skip to content

Commit

Permalink
build as java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro.nakayama committed Jul 24, 2015
1 parent 03f6de6 commit dbed413
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ configurations {
provided
}

version = "0.0.1"
version = "0.0.2"

sourceCompatibility = 1.7
targetCompatibility = 1.7

dependencies {
compile "org.embulk:embulk-core:0.6.16"
Expand Down

0 comments on commit dbed413

Please sign in to comment.