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 a0e0153 commit 0c16566Copy full SHA for 0c16566
filesystem/pom.xml
@@ -11,8 +11,8 @@
11
<packaging>jar</packaging>
12
<artifactId>filesystem</artifactId>
13
<properties>
14
- <maven.compiler.source>11</maven.compiler.source>
15
- <maven.compiler.target>11</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
</properties>
18
<build>
@@ -22,8 +22,8 @@
22
<artifactId>maven-compiler-plugin</artifactId>
23
<version>3.10.1</version>
24
<configuration>
25
- <source>10</source>
26
- <target>10</target>
+ <source>17</source>
+ <target>17</target>
27
</configuration>
28
</plugin>
29
<plugin>
0 commit comments