build.gradle in embulk-input-postgresql-0.4.0 vs build.gradle in embulk-input-postgresql-0.5.0
- old
+ new
@@ -1,7 +1,7 @@
-dependencies {
- compile project(':embulk-input-jdbc')
-
- compile 'org.postgresql:postgresql:9.4-1200-jdbc41'
-
- testCompile project(':embulk-input-jdbc').sourceSets.test.output
-}
+dependencies {
+ compile project(':embulk-input-jdbc')
+
+ compile 'org.postgresql:postgresql:9.4-1200-jdbc41'
+
+ testCompile project(':embulk-input-jdbc').sourceSets.test.output
+}