CORDA-2050: Remove Gradle's evaluation dependency on node:capsule.

This commit is contained in:
Chris Rankin 2019-10-01 09:06:52 +01:00
parent 3874e0c178
commit 026a625946

View File

@ -9,8 +9,6 @@ apply plugin: 'com.jfrog.artifactory'
description 'Corda core'
evaluationDependsOn(':node:capsule')
// required by DJVM and Avian JVM (for running inside the SGX enclave) which only supports Java 8.
targetCompatibility = VERSION_1_8