Skip to content

Commit 0c16566

Browse files
committed
Update filesystem mcp.
1 parent a0e0153 commit 0c16566

File tree

2 files changed

+38
-578
lines changed

2 files changed

+38
-578
lines changed

filesystem/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<packaging>jar</packaging>
1212
<artifactId>filesystem</artifactId>
1313
<properties>
14-
<maven.compiler.source>11</maven.compiler.source>
15-
<maven.compiler.target>11</maven.compiler.target>
14+
<maven.compiler.source>17</maven.compiler.source>
15+
<maven.compiler.target>17</maven.compiler.target>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818
<build>
@@ -22,8 +22,8 @@
2222
<artifactId>maven-compiler-plugin</artifactId>
2323
<version>3.10.1</version>
2424
<configuration>
25-
<source>10</source>
26-
<target>10</target>
25+
<source>17</source>
26+
<target>17</target>
2727
</configuration>
2828
</plugin>
2929
<plugin>

0 commit comments

Comments
 (0)