Skip to content

Commit

Permalink
Update reflector (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Sep 30, 2024
1 parent 4c6f633 commit 337d6c6
Show file tree
Hide file tree
Showing 6 changed files with 745 additions and 1,283 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ reports
libsci.build_artifacts.txt
src/scratch.clj
src/scratch.cljs
.lein-failures
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 337d6c6

Please sign in to comment.