Skip to content

Commit

Permalink
Merge pull request #6711 from JabRef/dependabot/gradle/org.beryx.jlin…
Browse files Browse the repository at this point in the history
…k-2.21.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
  • Loading branch information
3 people authored Jul 27, 2020
2 parents abd5244 + 0940e76 commit e13a7c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.29.0'
id 'org.javamodularity.moduleplugin' version '1.7.0'
id 'org.openjfx.javafxplugin' version '0.0.9'
id 'org.beryx.jlink' version '2.21.0'
id 'org.beryx.jlink' version '2.21.1'

// nicer test outputs during running and completion
// Homepage: https://github.com/radarsh/gradle-test-logger-plugin
Expand Down Expand Up @@ -717,13 +717,6 @@ if (OperatingSystem.current().isLinux()) {
}
}

// Delete unnecessary folder in application image
// TODO: Remove this workaround as soon as https://github.com/beryx/badass-jlink-plugin/issues/51 is fixed
task deleteModsFolder(type: Delete) {
delete "$buildDir/distribution/JabRef/app/mods"
}
deleteModsFolder.shouldRunAfter jpackageImage

jmh {
warmupIterations = 5
iterations = 10
Expand Down

0 comments on commit e13a7c0

Please sign in to comment.