Skip to content

Commit

Permalink
clean up reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 24, 2024
1 parent 1ff52b8 commit 1c93467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 646 deletions.
10 changes: 2 additions & 8 deletions reflector/script/update-project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
(require '[selmer.parser :as p])
(require '[clojure.java.io :as io])

(def version (str "0.0.1"
(if (= "true" (System/getenv "SCI_REFLECTOR_JAVA11"))
"-java11"
"")))
(def version "0.0.1")

(def java-source-path (str "src-java"
(if (= "true" (System/getenv "SCI_REFLECTOR_JAVA11"))
"11"
"8")))
(def java-source-path "src-java8")

(spit "project.clj" (str ";; GENERATED by script/update-project.clj, DO NOT EDIT\n"
"\n"
Expand Down
Loading

0 comments on commit 1c93467

Please sign in to comment.