Skip to content

Commit

Permalink
chore: checkstyle profile "checkstyle-test" (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Jan 30, 2025
1 parent 11a8fca commit 91d8947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@

<profiles>
<profile>
<id>checkstyle</id>
<id>checkstyle-tests</id>
<activation>
<!-- Checkstyle plugin's dependency now requires Java 11 or higher -->
<jdk>[11,)</jdk>
Expand Down
2 changes: 1 addition & 1 deletion samples/dailymotion-cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</properties>
<profiles>
<profile>
<id>checkstyle</id>
<id>checkstyle-tests</id>
<activation>
<!-- Checkstyle plugin's dependency now requires Java 11 or higher -->
<jdk>[11,)</jdk>
Expand Down
2 changes: 1 addition & 1 deletion samples/keycloak-pkce-cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</properties>
<profiles>
<profile>
<id>checkstyle</id>
<id>checkstyle-tests</id>
<activation>
<!-- Checkstyle plugin's dependency now requires Java 11 or higher -->
<jdk>[11,)</jdk>
Expand Down

0 comments on commit 91d8947

Please # to comment.