Closed roywasse closed 3 years ago
Powermock uses reflective access, which is not allowed in recent JDK versions. A workaround is setting the following parameter: --illegal-access=permit.
Powermock uses reflective access, which is not allowed in recent JDK versions. A workaround is setting the following parameter: --illegal-access=permit.