This is an automated email from the ASF dual-hosted git repository. gary pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 10b8431468320032409b5c2c0dd30195e2bd6a4b Author: gyao <g...@data-artisans.com> AuthorDate: Mon Sep 17 11:00:56 2018 +0200 [hotfix][tests] Enable building uberjar. --- flink-jepsen/project.clj | 1 + flink-jepsen/src/jepsen/flink/flink.clj | 1 + 2 files changed, 2 insertions(+) diff --git a/flink-jepsen/project.clj b/flink-jepsen/project.clj index 78935d7..8c3e845 100644 --- a/flink-jepsen/project.clj +++ b/flink-jepsen/project.clj @@ -18,6 +18,7 @@ :license {:name "Apache License" :url "http://www.apache.org/licenses/LICENSE-2.0"} :main jepsen.flink.flink + :aot [jepsen.flink.flink] :dependencies [[org.clojure/clojure "1.9.0"], [cheshire "5.8.0"] [clj-http "3.8.0"] diff --git a/flink-jepsen/src/jepsen/flink/flink.clj b/flink-jepsen/src/jepsen/flink/flink.clj index 10ea48a..c5d0d22 100644 --- a/flink-jepsen/src/jepsen/flink/flink.clj +++ b/flink-jepsen/src/jepsen/flink/flink.clj @@ -15,6 +15,7 @@ ;; limitations under the License. (ns jepsen.flink.flink + (:gen-class) (:require [clojure.tools.logging :refer :all] [jepsen [cli :as cli]