Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 276 Bytes

File metadata and controls

12 lines (7 loc) · 276 Bytes

Gradle Issue with Worker Leaking Classes

The Gradle worker is leaking classes that it shouldn't be (such as Guava).

This project reproduces the issue.

To validate this:

  1. Clone this repo.
  2. Run ./gradlew guava.

It will output that Guava was found on the classpath.