mirror of
https://github.com/corda/corda.git
synced 2025-02-28 03:52:42 +00:00
Dependencies fix in launcher build: kotlin-stdlib-jre8 -> kotlin-stdlib-jdk8 (#860)
This commit is contained in:
parent
9f8d6b4fdc
commit
2a07537f7b
@ -1,11 +1,7 @@
|
|||||||
group 'com.r3.corda'
|
|
||||||
version 'R3.CORDA-3.0-SNAPSHOT'
|
|
||||||
|
|
||||||
apply plugin: 'java'
|
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user