embulk / embulk-output-elasticsearch

Apache License 2.0
32 stars 26 forks source link

Only build for Java8 and fix Travis CI Failure #52

Closed sakama closed 6 years ago

sakama commented 6 years ago

Recently I got build failure only with Java7 at Travis CI. Build succeeded with Java8. https://travis-ci.org/embulk/embulk-output-elasticsearch/builds/410669280

Travis stopped to support Java7 and it's time to remove it from .travis.yml

Additionally, We're going to support Java8 with Embulk and its plugins. I updated build.gradle.

ref. https://github.com/embulk/embulk-input-gcs/pull/35

sakama commented 6 years ago

Thanks!