Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
as appropriate. (Not all samples have integration tests, for example.)
Note that this repo now has the following composite projects:
Basic
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... 😈