mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Minor: add a missing dependency on stdlib-jre8 to the :client:jfx module which was causing IntelliJ to cry.
This commit is contained in:
parent
35fa9d2e59
commit
1ebb2967d1
@ -36,6 +36,7 @@ dependencies {
|
||||
compile project(':finance')
|
||||
compile project(':client:rpc')
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
|
||||
compile "com.google.guava:guava:$guava_version"
|
||||
|
||||
// ReactFX: Functional reactive UI programming.
|
||||
|
Loading…
Reference in New Issue
Block a user