Commit 1548b070 by Patryk Czarnik

wersja Javy i ignorowanie plików Eclipsa

parent 99f6ce70
/target/
/.classpath
/.project
/.settings/
/.idea/
/*.iml
......@@ -4,4 +4,10 @@
<artifactId>PC21-Maven</artifactId>
<version>1.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment