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 d7022d7 commit eeea066Copy full SHA for eeea066
build.gradle
mise.toml
@@ -1,5 +1,6 @@
1
[tools]
2
java = "openjdk-21"
3
+maven = "3"
4
5
[env]
6
_.file = ".env.local"
pom.xml
@@ -96,10 +96,10 @@
96
<plugin>
97
<groupId>org.apache.maven.plugins</groupId>
98
<artifactId>maven-compiler-plugin</artifactId>
99
- <version>2.3.2</version>
+ <version>3.11.0</version>
100
<configuration>
101
- <source>1.7</source>
102
- <target>1.7</target>
+ <source>8</source>
+ <target>8</target>
103
</configuration>
104
</plugin>
105
0 commit comments