We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aa4f6 commit d489f3aCopy full SHA for d489f3a
.gitignore
@@ -0,0 +1 @@
1
+target/
.vscode/settings.json
@@ -0,0 +1,3 @@
+{
2
+ "java.configuration.updateBuildConfiguration": "interactive"
3
+}
pom.xml
@@ -7,8 +7,8 @@
7
<packaging>jar</packaging>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10
- <maven.compiler.source>19</maven.compiler.source>
11
- <maven.compiler.target>19</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
12
<exec.mainClass>com.mycompany.compiler.main.Compiler</exec.mainClass>
13
</properties>
14
</project>
0 commit comments