Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 23, 2024
1 parent 8a44118 commit 2de992b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
:aot :all
:javac-options ["-target" "1.8", "-source" "1.8"]
:target-path "target/%s"
:manifest {
"Implementation-Title" "Firebolt Metabase driver"
"Implementation-Version" version
}
:manifest {"Implementation-Title" "Firebolt Metabase driver"
"Implementation-Version" version}
:uberjar-name ~(str "metabase-firebolt-driver-" version ".jar")}})

0 comments on commit 2de992b

Please sign in to comment.