We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404aeb9 commit 1111ea7Copy full SHA for 1111ea7
build.gradle
@@ -34,7 +34,7 @@ plugins {
34
id 'com.github.ben-manes.versions' version '0.51.0' // Checks versions for plugins and dependencies
35
id "com.dorongold.task-tree" version '2.1.1' // Prints the task dependency tree
36
id 'org.openjfx.javafxplugin' version '0.1.0' // JavaFX support
37
- id 'org.beryx.runtime' version '1.13.0' // Creates custom runtimes
+ id 'org.beryx.runtime' version '1.13.1' // Creates custom runtimes
38
}
39
40
/**
0 commit comments