Polish Java chaincode metadata and improve .gitignore

This commit is contained in:
SurbhiAgarwal1 2026-04-17 21:05:59 +05:30
parent 25cbfeec50
commit c818584873
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,4 @@
.idea/
.gradle/
build/
bin/

View file

@ -28,8 +28,8 @@ import com.owlike.genson.Genson;
name = "ledger-queries",
info = @Info(
title = "Asset Transfer Ledger Queries",
description = "The hyperlegendary asset transfer with ledger queries",
version = "0.0.1+SNAPSHOT",
description = "The Asset Transfer Ledger Queries sample chaincode",
version = "1.0.0",
license = @License(
name = "Apache 2.0 License",
url = "http://www.apache.org/licenses/LICENSE-2.0.html"),