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.
2 parents b340680 + 37ea694 commit 3322279Copy full SHA for 3322279
.gitignore
@@ -1,3 +1,4 @@
1
.idea/
2
target/
3
.vim/
4
+out/
pom.xml
@@ -127,10 +127,9 @@
127
<plugin>
128
<groupId>org.apache.maven.plugins</groupId>
129
<artifactId>maven-compiler-plugin</artifactId>
130
- <version>3.7.0</version>
+ <version>3.11.0</version>
131
<configuration>
132
- <source>1.8</source>
133
- <target>1.8</target>
+ <release>17</release>
134
</configuration>
135
</plugin>
136
0 commit comments