Skip to content

Commit

Permalink
Remove :injections from editor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matgis committed Jun 29, 2023
1 parent a1e7d61 commit 726f7ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions editor/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
:jvm-opts ["-Djna.nosys=true"
"-Djava.net.preferIPv4Stack=true"
"-Dfile.encoding=UTF-8"
"--illegal-access=warn"
;; hide warnings about illegal reflective access by jogl
"--add-opens=java.base/java.lang=ALL-UNNAMED"
"--add-opens=java.desktop/sun.awt=ALL-UNNAMED"
Expand All @@ -184,9 +183,8 @@

:uberjar-exclusions [#"^natives/"]

:profiles {:test {:injections [(com.defold.libs.ResourceUnpacker/unpackResources)]
:resource-paths ["test/resources"]
:jvm-opts ["-Ddefold.tests=true"]}
:profiles {:test {:resource-paths ["test/resources"]
:jvm-opts ["-Ddefold.tests=true"]}
:preflight {:dependencies [[jonase/kibit "0.1.6" :exclusions [org.clojure/clojure]]
[cljfmt-mg "0.6.4" :exclusions [org.clojure/clojure]]]}
:uberjar {:prep-tasks ^:replace ["clean" "protobuf" ["sass" "once"] "javac" ["run" "-m" "aot"]]
Expand Down

0 comments on commit 726f7ff

Please sign in to comment.