Skip to content

Commit 49ca7fd

Browse files
fix(mvn): review compiler settings, retry release
1 parent 5c7dd7a commit 49ca7fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@
113113
<plugin>
114114
<artifactId>maven-compiler-plugin</artifactId>
115115
<version>3.12.1</version>
116+
<executions>
117+
<execution>
118+
<id>default-compile</id>
119+
<configuration>
120+
<release>17</release>
121+
</configuration>
122+
</execution>
123+
<execution>
124+
<id>default-testCompile</id>
125+
<configuration>
126+
<release>17</release>
127+
</configuration>
128+
</execution>
129+
</executions>
116130
</plugin>
117131
<plugin>
118132
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)