We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7dd7a commit 49ca7fdCopy full SHA for 49ca7fd
pom.xml
@@ -113,6 +113,20 @@
113
<plugin>
114
<artifactId>maven-compiler-plugin</artifactId>
115
<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
124
+ <id>default-testCompile</id>
125
126
127
128
129
+ </executions>
130
</plugin>
131
132
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments