mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix missing dependency
This commit is contained in:
parent
6ac5eaace8
commit
5dced71551
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ java {
|
|||
}
|
||||
|
||||
apply from: "$rootDir/deps/javafx.gradle"
|
||||
apply from: "$rootDir/deps/jackson.gradle"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue