Skip to content
Snippets Groups Projects
Commit d05edc4d authored by magnus's avatar magnus
Browse files

Update repo for spring 2022

parent 86301b4b
No related branches found
No related tags found
No related merge requests found
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.debug.settings.forceBuildBeforeLaunch": false,
"java.debug.settings.console": "internalConsole"
}
\ No newline at end of file
......@@ -15,7 +15,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>16-ea+5</version>
<version>17.0.2</version>
</dependency>
<!-- JUnit 5 -->
......@@ -43,7 +43,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>15</release>
<release>17</release>
</configuration>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment