Slackbot
04/22/2022, 5:08 AMtony
04/22/2022, 5:09 AMprocessIsolation() insteadtony
04/22/2022, 5:10 AMephemient
04/22/2022, 5:52 AM((URLClassLoader)getClass().getClassLoader()).getURLs() in a simple plugin that I have. the top-level classloader has is no differences between classLoaderIsolation and processIsolation, containing what I set in the spec classpath and my plugin, and the parents of each are identical (up to re-ordering), containing just Gradle and its dependencies.tony
04/22/2022, 6:32 AM