corda/node
2016-11-18 17:38:05 +00:00
..
src RPC Kryo plugin functionality. 2016-11-18 17:38:05 +00:00
build.gradle Target Java 6 for our Caplet, to ensure the corda.jar capsule-ified build can get as far as capsule's version checks if the users JVM is too old. Without this patch capsule tries to load the caplet and then dies because it targets a newer version of Java than what the user has, so the error message the user sees is useless (a bytecode version mismatch). With this patch the user sees a message like this: 2016-11-16 15:46:50 +01:00