fabric-samples/asset-transfer-private-data/chaincode-java
Mark S. Lewis 36926e2801
Support Java 25
- Update Gradle to 9.1.0.
- Update shadow plugin to 9.2.2.
- Requires a minimum of Java 17 to run Gradle.
- Chaincode and applications still target Java 11.
- Use release option instead of Gradle toolchain since the toolchain
  download can cause issues when building Docker images.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2025-10-06 12:05:54 +01:00
..
config/checkstyle java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
gradle/wrapper Support Java 25 2025-10-06 12:05:54 +01:00
META-INF/statedb/couchdb/collections/assetCollection/indexes java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
src chore: use errors.New to replace fmt.Errorf with no parameters (#1277) 2024-12-10 11:15:02 +00:00
.gitattributes java chaincode for private-data sample 2020-11-25 22:17:30 -05:00
build.gradle Support Java 25 2025-10-06 12:05:54 +01:00
collections_config.json Correct the private data collection information 2023-03-22 16:19:56 -04:00
gradlew Support Java 25 2025-10-06 12:05:54 +01:00
gradlew.bat Support Java 25 2025-10-06 12:05:54 +01:00
settings.gradle java chaincode for private-data sample 2020-11-25 22:17:30 -05:00