Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate references to Java target "1.6"
Also for "client/rpc" explicitly specify "jvmTarget" (similar to what "experimental/behave" does) to avoid ambiguity. Without this change the following compilation error been observed in IntelliJ: Z:\corda\experimental\behave\src\main\kotlin\net\corda\behave\node\Node.kt Error:(163, 44) Kotlin: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
- Loading branch information