Skip to content

Commit

Permalink
checkstyle profile: checkstyle-test
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jan 28, 2025
1 parent 11a8fca commit 59a263a
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 59a263a

Please # to comment.