Skip to content

Commit

Permalink
Bump Java Modularity Plugin to 1.6.0
Browse files Browse the repository at this point in the history
(This seems to conflict with the JavaFX Plugin)
  • Loading branch information
msgilligan committed Sep 1, 2019
1 parent 61d3a5e commit 61d72d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitcoinj-walletfx-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.8'
id 'org.beryx.jlink' version '2.14.1'
id 'org.javamodularity.moduleplugin' version "1.5.0"
id 'org.javamodularity.moduleplugin' version "1.6.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion bitcoinj-walletfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven'
id 'eclipse'
id 'org.openjfx.javafxplugin' version '0.0.8'
id 'org.javamodularity.moduleplugin' version "1.5.0"
id 'org.javamodularity.moduleplugin' version "1.6.0"
}

repositories {
Expand Down

0 comments on commit 61d72d4

Please sign in to comment.