Skip to content

Commit

Permalink
Removed jlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylern committed May 7, 2024
1 parent ad483cc commit f10a14e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ java = "17"
slf4j = "2.0.7"
javafx = "20"
javafxPlugin = "0.1.0"
jlink = "2.12.0"

[libraries]
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
Expand All @@ -12,5 +11,4 @@ slf4j-jdk14 = { module = "org.slf4j:slf4j-jdk14", version.ref = "slf4j" }
[bundles]

[plugins]
javafx = { id = "org.openjfx.javafxplugin", version.ref = "javafxPlugin" }
jlink = { id = "org.beryx.jlink", version.ref = "jlink" }
javafx = { id = "org.openjfx.javafxplugin", version.ref = "javafxPlugin" }
9 changes: 0 additions & 9 deletions javadocviewer-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ plugins {
id 'javadocviewer.java-conventions'

alias(libs.plugins.javafx)

// Add jlink plugin to add support for assembling modules into a custom runtime image.
alias(libs.plugins.jlink)
}

repositories {
Expand All @@ -31,10 +28,4 @@ javafx {
application {
mainClass = 'qupath.ui.javadocviewer.app.JavadocViewerApp'
mainModule = 'qupath.ui.javadocviewer.app'
}

jlink {
launcher {
name = 'javadocviewer'
}
}

0 comments on commit f10a14e

Please sign in to comment.