Skip to content

Commit

Permalink
Merge pull request #2 from civitaspo/v0.0.2
Browse files Browse the repository at this point in the history
build as java 7
  • Loading branch information
civitaspo committed Jul 24, 2015
2 parents 03f6de6 + dbed413 commit 0805b64
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 0805b64

Please sign in to comment.