samples-kotlin icon indicating copy to clipboard operation
samples-kotlin copied to clipboard

Update samples to use Gradle 7.4.2.

Open chrisr3 opened this issue 2 years ago • 0 comments

Update these samples to use Gradle 7.4.2 and Corda Gradle plugins 5.1.0-SNAPSHOT.

We will need to update these again to use 5.1.0 release of plugins.

There were a lot of samples, and there was an uncomfortable amount of cut-and-paste between them. Also evidence that some had not even been build-tested.

Currently tested with:

$ ../gradlew clean build integrationTest deployNodes

as appropriate. (Not all samples have integration tests, for example.)

Note that this repo now has the following composite projects:

  • Basic
  • `Advanced
  • Tokens
  • Accounts
  • BusinessNetworks
  • Features

and Gradle has been installed in each of these project roots rather than in each individual project. However, each sample is still an independent Gradle project, It's just easier to load into IntelliJ this way.

No need to review this all at once... :smiling_imp:

chrisr3 avatar Apr 06 '22 13:04 chrisr3