Skip to content

Commit

Permalink
Merge pull request #30659 from britter/gradle-memory-leak
Browse files Browse the repository at this point in the history
Drop unused class GradleLogger
  • Loading branch information
aloubyansky authored Jan 29, 2023
2 parents ef5b122 + 155670a commit faf8353
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 faf8353

Please sign in to comment.