Skip to content

Commit 648a4bc

Browse files
committed
Bump Java Modularity Plugin to 1.6.0
(This seems to conflict with the JavaFX Plugin)
1 parent 8b6897a commit 648a4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitcoinj-walletfx-template/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'application'
66
id 'org.openjfx.javafxplugin' version '0.0.8'
77
id 'org.beryx.jlink' version '2.14.1'
8-
id 'org.javamodularity.moduleplugin' version "1.5.0"
8+
id 'org.javamodularity.moduleplugin' version "1.6.0"
99
}
1010

1111
repositories {

bitcoinj-walletfx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven'
44
id 'eclipse'
55
id 'org.openjfx.javafxplugin' version '0.0.8'
6-
id 'org.javamodularity.moduleplugin' version "1.5.0"
6+
id 'org.javamodularity.moduleplugin' version "1.6.0"
77
}
88

99
repositories {

0 commit comments

Comments
 (0)