Add in 2.5 java test

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2023-01-24 11:05:02 +00:00
parent 795673dee3
commit 7ce9e72b33
2 changed files with 2 additions and 2 deletions

View file

@ -490,7 +490,7 @@ public final class AssetTransfer implements ContractInterface {
*
* This deletes the private data, but does not trigger an immediate cleanup
* of the history. To specifically force removal right now use purge
*
*
* @param ctx the transaction context
*/
@Transaction(intent = Transaction.TYPE.SUBMIT)

View file

@ -9,7 +9,7 @@ function print() {
}
# remove the java asset-private-data until the publishing issues have been resolved
dirs=("$(find . -name "*-java" -type d -not -path '*/.*' -not -path '*/asset-transfer-private-data/*')")
dirs=("$(find . -name "*-java" -type d -not -path '*/.*')")
for dir in $dirs; do
print "Linting $dir"
pushd $dir