Gradle plugin that uses the Worker API with classloader isolation to load a class from a project dependency.
./gradlew doWork
The doWork
task should output "Hello"
.
Gradle plugin that uses the Worker API with classloader isolation to load a class from a project dependency.
./gradlew doWork
The doWork
task should output "Hello"
.