Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 10, 2024
1 parent 072ae30 commit 6326abe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ public static void tryStopGradleDaemon(Project project) {
@VisibleForTesting
public static boolean stopWhenIdle(Project project) {
// Clear the interrupted flag if set.
if (Thread.currentThread().isInterrupted()) {
assert Thread.interrupted();
}
Thread.interrupted();

DaemonInfo daemonInfo = findCurrentDaemon(project);

Expand Down

0 comments on commit 6326abe

Please sign in to comment.