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
Given this trivial example, one can see that the whole classloader that loaded the work item implementation is added to the worker classpath. This includes all kinds of Gradle internals like Guava and Groovy as well as any other plugins that were loaded by the same project.
Instead, the worker server should only be started with the minimal set of classes to needed for that work item.