Skip to content

Commit

Permalink
upgrade beryx plugin for jdk19 compat (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored May 11, 2023
1 parent 570e2f3 commit 327dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
application
kotlin("jvm")
id("org.openjfx.javafxplugin") version "0.0.14"
id("org.beryx.jlink") version "2.24.1"
id("org.beryx.jlink") version "2.26.0"
id("org.javamodularity.moduleplugin")
}
project.description = "JavaFx Music Manager"
Expand Down

0 comments on commit 327dab2

Please sign in to comment.