Skip to content

Commit baf101b

Browse files
committed
remove plugin apply
1 parent d191534 commit baf101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hypertrace/gradle/code/style/CodeStylePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void apply(@Nonnull Project target) {
1717

1818
private void configureCodeStyle(Project project) {
1919
PluginContainer pluginContainer = project.getPlugins();
20-
pluginContainer.apply(SpotlessPlugin.class).apply(project);
20+
pluginContainer.apply(SpotlessPlugin.class);
2121

2222
SpotlessExtension spotlessExtension =
2323
project.getExtensions().getByType(SpotlessExtension.class);

0 commit comments

Comments
 (0)