Skip to content

Commit

Permalink
update javafx version
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts committed Apr 30, 2024
1 parent b076d2b commit 0326f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem

plugins {
kotlin("jvm") version "1.7.20"
id("org.openjfx.javafxplugin") version "0.1.0"
id("org.openjfx.javafxplugin") version "0.0.14"
id("org.jlleitschuh.gradle.ktlint") version "11.3.2"
id("application")
application
Expand Down

0 comments on commit 0326f48

Please sign in to comment.