Skip to content

Commit

Permalink
Changed Maven Spotless to apply Google Java format (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: dhoard <[email protected]>
  • Loading branch information
dhoard authored Oct 21, 2024
1 parent bbda051 commit 9f1abeb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration_test_suite/jmx_example_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion integration_test_suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion jmx_prometheus_javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<executions>
<execution>
<goals>
<goal>check</goal>
<goal>apply</goal>
</goals>
<phase>compile</phase>
</execution>
Expand Down

0 comments on commit 9f1abeb

Please sign in to comment.