How I Fixed Gradle Test Error “getSubject is supported only if a security manager is allowed” on macOS
After setting up my development environment on a fresh macOS, I ran into a frustrating issue: my gradle tests were failing. I had encountered the error: java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed It took some digging to figure out what was going on, and as it turns out, the root