Skip to content

Commit

Permalink
Drop unused class GradleLogger
Browse files Browse the repository at this point in the history
Having a static reference to a lambda defined in QuarkusTask
prevents clean up of this class and thereby causes a memory
leak when this code is executed in Gradle builds using the
Gradle daemon.
  • Loading branch information
britter committed Jan 27, 2023
1 parent 892e4f3 commit 155670a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 199 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public abstract class QuarkusTask extends DefaultTask {
private QuarkusPluginExtension extension;

QuarkusTask(String description) {
GradleLogger.logSupplier = this::getLogger;

setDescription(description);
setGroup("quarkus");
}
Expand Down

0 comments on commit 155670a

Please sign in to comment.