Skip to content

Commit 59030a2

Browse files
committed
Update to java 13
1 parent 694e67a commit 59030a2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ local.properties
101101
# When using Gradle or Maven with auto-import, you should exclude module files,
102102
# since they will be recreated, and may cause churn. Uncomment if using
103103
# auto-import.
104-
# .idea/modules.xml
105-
# .idea/*.iml
106-
# .idea/modules
107-
# *.iml
108-
# *.ipr
104+
.idea/modules.xml
105+
.idea/*.iml
106+
.idea/modules
107+
*.iml
108+
*.ipr
109109

110110
# CMake
111111
cmake-build-*/
@@ -143,10 +143,10 @@ fabric.properties
143143
### Intellij Patch ###
144144
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
145145

146-
# *.iml
147-
# modules.xml
148-
# .idea/misc.xml
149-
# *.ipr
146+
*.iml
147+
modules.xml
148+
.idea/misc.xml
149+
*.ipr
150150

151151
# Sonarlint plugin
152152
.idea/sonarlint

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
javafx {
12-
version = "12.0.2"
12+
version = "13"
1313
modules = [ 'javafx.controls' ]
1414
}
1515

0 commit comments

Comments
 (0)