Commit 9f4ac8a2 authored by jcechace's avatar jcechace
Browse files

Fixed java version in pom.xml

parent cc39732d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,5 +8,9 @@
    <artifactId>git-workshop</artifactId>
    <version>1.0-SNAPSHOT</version>

    <properties>
        <maven.compiler.target>11</maven.compiler.target>
        <maven.compiler.source>11</maven.compiler.source>
    </properties>

</project>
 No newline at end of file