Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79d64af

Browse files
committedMay 3, 2025
Upgrade tests to use Java 17
1 parent 262174a commit 79d64af

File tree

1 file changed

+1
-1
lines changed
  • spring-javaformat/spring-javaformat-formatter-tests

1 file changed

+1
-1
lines changed
 

‎spring-javaformat/spring-javaformat-formatter-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Spring JavaFormat Formatter Tests</name>
1313
<properties>
1414
<main.basedir>${basedir}/../..</main.basedir>
15-
<java.version>11</java.version>
15+
<java.version>17</java.version>
1616
</properties>
1717
<dependencies>
1818
<!-- Compile -->

0 commit comments

Comments
 (0)
Please sign in to comment.