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 ea8e046 commit 2847953Copy full SHA for 2847953
pom.xml
@@ -49,17 +49,14 @@
49
50
<build>
51
<plugins>
52
- <plugin>
53
- <artifactId>maven-compiler-plugin</artifactId>
54
- <version>3.8.1</version>
55
- </plugin>
56
<plugin>
57
<artifactId>maven-surefire-plugin</artifactId>
58
<version>2.22.2</version>
59
</plugin>
60
61
<groupId>org.apache.maven.plugins</groupId>
62
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.10.1</version>
63
<configuration>
64
<source>17</source>
65
<target>17</target>
0 commit comments