From 726f7ff2bc242f6c9a0a983eaf4ab1775ac86448 Mon Sep 17 00:00:00 2001 From: Mats Gisselson Date: Thu, 29 Jun 2023 16:21:02 +0200 Subject: [PATCH] Remove :injections from editor tests --- editor/project.clj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editor/project.clj b/editor/project.clj index 039c0537261..10d113efe14 100644 --- a/editor/project.clj +++ b/editor/project.clj @@ -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" @@ -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"]]