Skip to content

Commit eeea066

Browse files
committed
Update maven configuration
1 parent d7022d7 commit eeea066

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

build.gradle

Lines changed: 0 additions & 32 deletions
This file was deleted.

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
22
java = "openjdk-21"
3+
maven = "3"
34

45
[env]
56
_.file = ".env.local"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-compiler-plugin</artifactId>
99-
<version>2.3.2</version>
99+
<version>3.11.0</version>
100100
<configuration>
101-
<source>1.7</source>
102-
<target>1.7</target>
101+
<source>8</source>
102+
<target>8</target>
103103
</configuration>
104104
</plugin>
105105
<plugin>

0 commit comments

Comments
 (0)