An open API service indexing awesome lists of open source software.

https://github.com/clojurephant/gradle-guava-issue

Test project to reproduce Gradle Guava leak in worker
https://github.com/clojurephant/gradle-guava-issue

Last synced: 4 months ago
JSON representation

Test project to reproduce Gradle Guava leak in worker

Awesome Lists containing this project

README

        

# 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.
1. Run `./gradlew guava`.

It will output that Guava was found on the classpath.