Skip to content

Commit

Permalink
CORDA-2030: Prevent kotlin-stdlib-jre8 from becoming an accidental tr…
Browse files Browse the repository at this point in the history
…ansitive dependency. (corda#4073)
  • Loading branch information
chrisr3 authored Oct 15, 2018
1 parent 6d4bdb8 commit 380a942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
compile "org.slf4j:jul-to-slf4j:$slf4j_version"

compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
runtime "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
runtimeOnly "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"

Expand Down

0 comments on commit 380a942

Please sign in to comment.