Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Mar 28, 2022
1 parent de8edd6 commit 159bb38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public final class BaselineModuleJvmArgs implements Plugin<Project> {
Splitter.on(' ').trimResults().omitEmptyStrings();

@Override
@SuppressWarnings("checkstyle:MethodLength")
public void apply(Project project) {
project.getPluginManager().withPlugin("java", unused -> {
BaselineModuleJvmArgsExtension extension =
Expand Down

0 comments on commit 159bb38

Please sign in to comment.