Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run cache-cleanup build with --info
Resolves #169
  • Loading branch information
bigdaz committed Jun 28, 2024
commit 621f3b3f79204b94d98c9da8c00526d3c8f82d84
2 changes: 1 addition & 1 deletion sources/src/caching/cache-cleaner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class CacheCleaner {
this.gradleUserHome,
'-I',
'init.gradle',
'--quiet',
'--info',
'--no-daemon',
'--no-scan',
'--build-cache',
Expand Down