Skip to content

Commit b076d2b

Browse files
committed
update javafx version
1 parent e918989 commit b076d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
33

44
plugins {
55
kotlin("jvm") version "1.7.20"
6-
id("org.openjfx.javafxplugin") version "0.0.10"
6+
id("org.openjfx.javafxplugin") version "0.1.0"
77
id("org.jlleitschuh.gradle.ktlint") version "11.3.2"
88
id("application")
99
application

0 commit comments

Comments
 (0)