You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
When I ran my project with Maven, all of the integration tests worked fine.
I switched things over to Gradle and tried using this plugin. However, all of my integration tests now fail, because the local server gets a java.lang.SecurityException: Unable to create temporary file. This indicates that the local server was run with a security manager in place.
If so, how do I control or disable that security manager? Otherwise, any idea why a SecurityException would appear anyway? Thanks!
When I ran my project with Maven, all of the integration tests worked fine.
I switched things over to Gradle and tried using this plugin. However, all of my integration tests now fail, because the local server gets a
java.lang.SecurityException: Unable to create temporary file. This indicates that the local server was run with a security manager in place.If so, how do I control or disable that security manager? Otherwise, any idea why a SecurityException would appear anyway? Thanks!