Skip to content

Commit

Permalink
execute checkstyle in early phase of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Feb 27, 2022
1 parent 5baed5d commit 31eff1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ under the License.
<executions>
<execution>
<id>checkstyle-check</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit 31eff1a

Please sign in to comment.