Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tdt4100
v2021
kont-2021
Commits
2f8b98af
Commit
2f8b98af
authored
May 30, 2022
by
Magnus Schjølberg
Browse files
Update repo for spring 2022
parent
50bf2866
Changes
2
Hide whitespace changes
Inline
Side-by-side
.vscode/settings.json
0 → 100644
View file @
2f8b98af
{
"java.configuration.updateBuildConfiguration"
:
"automatic"
,
"java.debug.settings.forceBuildBeforeLaunch"
:
false
,
"java.debug.settings.console"
:
"internalConsole"
}
\ No newline at end of file
pom.xml
View file @
2f8b98af
...
...
@@ -15,7 +15,7 @@
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-fxml
</artifactId>
<version>
1
6-ea+5
</version>
<version>
1
7.0.2
</version>
</dependency>
<!-- JUnit 5 -->
...
...
@@ -43,7 +43,7 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.0
</version>
<configuration>
<release>
1
5
</release>
<release>
1
7
</release>
</configuration>
</plugin>
<plugin>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment