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
- Host: GitHub
- URL: https://github.com/clojurephant/gradle-guava-issue
- Owner: clojurephant
- Created: 2017-12-03T00:30:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T13:03:05.000Z (over 7 years ago)
- Last Synced: 2024-12-28T00:23:49.676Z (6 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.