mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Gradle: Declare openjfx.javafx.plugin in version catalog
This commit is contained in:
parent
5576493210
commit
8bd51f2bd5
@ -7,5 +7,5 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.openjfx:javafx-plugin:0.0.10'
|
||||
implementation libs.openjfx.javafx.plugin
|
||||
}
|
||||
|
@ -41,6 +41,7 @@ lombok = { strictly = '1.18.22' }
|
||||
mockito = { strictly = '4.0.0' }
|
||||
natpryce-make-it-easy = { strictly = '4.0.1' }
|
||||
netlayer = { strictly = '0.7.6' }
|
||||
openjfx-javafx-plugin = { strictly = '0.0.10' }
|
||||
protobuf = { strictly = '3.19.1' }
|
||||
qrgen = { strictly = '1.3' }
|
||||
slf4j = { strictly = '1.7.30' }
|
||||
@ -103,6 +104,7 @@ natpryce-make-it-easy = { module = "com.natpryce:make-it-easy", version.ref = "n
|
||||
netlayer-tor-external = { module = "com.github.bisq-network.netlayer:tor.external", version.ref = "netlayer" }
|
||||
netlayer-tor-native = { module = "com.github.bisq-network.netlayer:tor.native", version.ref = "netlayer" }
|
||||
|
||||
openjfx-javafx-plugin = { module = "org.openjfx:javafx-plugin", version.ref = "openjfx-javafx-plugin" }
|
||||
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
|
||||
qrgen = { module = "net.glxn:qrgen", version.ref = "qrgen" }
|
||||
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
||||
|
Loading…
Reference in New Issue
Block a user