Skip to content

Commit

Permalink
[hotfix][tests] Enable building uberjar.
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed Sep 28, 2018
1 parent 53d906c commit 10b8431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flink-jepsen/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:license {:name "Apache License"
:url "http:https://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"]
Expand Down
1 change: 1 addition & 0 deletions flink-jepsen/src/jepsen/flink/flink.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
;; limitations under the License.

(ns jepsen.flink.flink
(:gen-class)
(:require [clojure.tools.logging :refer :all]
[jepsen
[cli :as cli]
Expand Down

0 comments on commit 10b8431

Please sign in to comment.