mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
build.gradle: update javafxplugin to 0.0.10
This might help with Issue #2300, but is worth updating anyway.
This commit is contained in:
parent
cca322a01d
commit
83cb847bcf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'java'
|
||||
id 'eclipse'
|
||||
id 'application'
|
||||
id 'org.openjfx.javafxplugin' version '0.0.8'
|
||||
id 'org.openjfx.javafxplugin' version '0.0.10'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue