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

CORDA-2050: Remove Gradle's evaluation dependency on node:capsule.
This commit is contained in:
Jonathan Locke 2019-10-01 10:44:04 +01:00 committed by GitHub
commit 6ae9151012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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