https://github.com/dotanuki-labs/gradle-wiper
Easily reclaim machine resources taken by Gradle builds
https://github.com/dotanuki-labs/gradle-wiper
cleanup cli gradle utilities
Last synced: about 1 year ago
JSON representation
Easily reclaim machine resources taken by Gradle builds
- Host: GitHub
- URL: https://github.com/dotanuki-labs/gradle-wiper
- Owner: dotanuki-labs
- License: mit
- Created: 2024-03-27T13:24:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T03:07:29.000Z (about 1 year ago)
- Last Synced: 2025-04-14T04:23:33.021Z (about 1 year ago)
- Topics: cleanup, cli, gradle, utilities
- Language: Rust
- Homepage: https://dotanuki-labs.github.io/gradle-wiper/
- Size: 604 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# gradle-wiper
[](https://www.bestpractices.dev/projects/8920)
[](https://app.deepsource.com/gh/dotanuki-labs/gradle-wiper/)
[](https://github.com/dotanuki-labs/gradle-wiper/actions/workflows/ci.yml)
[](https://crates.io/crates//gradle-wiper)
[](https://choosealicense.com/licenses/mit)
> Easily reclaim machine resources taken by Gradle builds
`gradle-wiper` is a clean-up utility for all users building with the
[Gradle build tool](https://gradle.org/).
```bash
gradle-wiper disk evaluate
╭───────────────────────────────┬────────────╮
│ What ┆ Total Size │
╞═══════════════════════════════╪════════════╡
│ Gradle Build Caches ┆ 4.41GiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle Daemon Logs ┆ 343.67MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle JDK toolchains ┆ 307.02MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle Distributions ┆ 556.21MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle Temporary Files ┆ 124.47MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle platform-native caches ┆ 2.09MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Gradle build-scans data ┆ 3.53MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Maven local repository ┆ 536.22MiB │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Konan/KMP Caches ┆ 0B │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┤
│ Build output files ┆ 1.01GiB │
╰───────────────────────────────┴────────────╯
Total resources (disk space) : 7.2GiB
```
```bash
gradle-wiper disk deep
Reclaimed 7.2Gib
```
Check out the
[complete documentation](https://dotanuki-labs.github.io/gradle-wiper/)
to learn more!
## License
Copyright (c) 2024 - Dotanuki Labs - [The MIT license](https://choosealicense.com/licenses/mit)