Skip to content

Releases: corda/corda-gradle-plugins

Release 5.0.0

07 May 16:37
Compare
Choose a tag to compare
Release 5.0.0 Pre-release
Pre-release
  • Upgrade to Gradle 5.4.1 / Kotlin 1.3.21.
  • quasar-utils: Apply the java plugin automatically.

Requires Gradle 5.1 or above.

Release 4.0.44

04 May 14:39
Compare
Choose a tag to compare
  • cordapp: Explicitly configure all of the CorDapp's jar task properties to ensure the CorDapp has a stable SHA256 hash.

Requires Gradle 4.9 or above.

Release 4.0.43

02 May 20:07
Compare
Choose a tag to compare
  • cordapp: Make file order inside the jar reproducible, and discard file timestamps.
  • cordapp: Compatibility fix for Gradle 5.2 and above.
  • cordformation: Add support for network parameter overrides.
  • api-scanner: Compatibility fix for Gradle 5.x.

Release 4.0.42

05 Mar 12:40
Compare
Choose a tag to compare
  • cordformation: Add Jolokia agent to the cordaRuntime configuration to prevent the cordapp plugin from including it inside the CorDapp.

Release 4.0.40

19 Feb 13:37
Compare
Choose a tag to compare

cordformation: The deployNodes task now runs using the test runtime classpath.

Release 4.0.32

15 Oct 12:01
Compare
Choose a tag to compare
  • cordformation: Exclude transitive dependencies from Jolokia agent.
  • cordformation: Support for Signature Constraints - the plugin signs all Cordapp JARs by default with Corda development key. It can be disabled or configured to generate ad-hoc keyStore/key or use an external keyStore.
  • cordapp: Support for Signature Constraints - the plugin signs Cordapp JAR by default with Corda development key, it can be disabled or configured to use an external keyStore. Signed CorDapp JAR is also marked as sealed.

Release 4.0.28

06 Aug 12:23
Compare
Choose a tag to compare

Update quasar-utils to add quasar-core to the compile classpath, but all of its transitive dependencies to the runtime classpath.

Release 4.0.27

06 Aug 12:21
Compare
Choose a tag to compare

Initial release of the JarFilter plugin.

Release 4.0.20

21 May 14:50
Compare
Choose a tag to compare

Release 4.0.14

24 Apr 14:23
Compare
Choose a tag to compare
  • cordform-common,cordapp: Replace deprecated kotlin-stdlib-jre8 with kotlin-stdlib-jdk8.