We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191534 commit baf101bCopy full SHA for baf101b
src/main/java/org/hypertrace/gradle/code/style/CodeStylePlugin.java
@@ -17,7 +17,7 @@ public void apply(@Nonnull Project target) {
17
18
private void configureCodeStyle(Project project) {
19
PluginContainer pluginContainer = project.getPlugins();
20
- pluginContainer.apply(SpotlessPlugin.class).apply(project);
+ pluginContainer.apply(SpotlessPlugin.class);
21
22
SpotlessExtension spotlessExtension =
23
project.getExtensions().getByType(SpotlessExtension.class);
0 commit comments