midje

Ramon Rios 2020-04-16T16:16:06.005100Z

I'm getting this error when i running midje on my gitlab

WARNING: An illegal reflective access operation has occurred
788 WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000800b75040 (file:/builds/filepath/clojure/clojure/1.10.1/clojure-1.10.1.jar) to method <http://com.sun.org|com.sun.org>.apache.xerces.internal.jaxp.SAXParserImpl.parse(org.xml.sax.InputSource,org.xml.sax.HandlerBase)
789 WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000800b75040
790 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
791 WARNING: All illegal access operations will be denied in a future release

Ramon Rios 2020-04-16T16:16:35.005700Z

I know that i need to add a flag to it, but i 'm trying to add it on my testing

Ramon Rios 2020-04-16T16:16:46.006Z

Do you faced this issue before?