more warnings gone

This commit is contained in:
ben 2019-03-25 17:45:05 +00:00 committed by Mike Hearn
parent 8d44eabf4a
commit 4b5ec7aea6

View File

@ -144,9 +144,9 @@ The Cordapp gradle plugin should be amended to differentiate between a "flows" m
In the build.gradle file of the contracts module, there should be a `version` property that needs be incremented for each release.
This `version' will be used for the regular release, and be part of the jar name.
This `version` will be used for the regular release, and be part of the jar name.
Also, when packaging the contract for release, the `version` should be added by the plugin to the manifest file, together with other properties like `target-platform-version.
Also, when packaging the contract for release, the `version` should be added by the plugin to the manifest file, together with other properties like `target-platform-version`.
When loading the contractJar in the attachment storage, the version should be saved as a column, so it is easily accessible.