Skip to content

Commit 1026588

Browse files
authored
Update minimal Java profile from 11 to 17 for spotless plugin
1 parent 9a941b1 commit 1026588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,9 @@ limitations under the License.
893893
</profile>
894894

895895
<profile>
896-
<id>java11+</id>
896+
<id>java17+</id>
897897
<activation>
898-
<jdk>[11,25)</jdk>
898+
<jdk>[17,)</jdk>
899899
</activation>
900900

901901
<properties>
@@ -904,7 +904,7 @@ limitations under the License.
904904
</properties>
905905

906906
<build>
907-
<!--- newer versions of plugins requires JDK 11 -->
907+
<!--- newer versions of plugins requires JDK 17 -->
908908
<plugins>
909909
<plugin>
910910
<groupId>com.diffplug.spotless</groupId>

0 commit comments

Comments
 (0)