Closed BeniMori closed 2 years ago
check your JAVA_HOME environment variable or javac --version. The required version is jdk8.
But I do believe build.gradle can be revised to specify the jdk version. https://docs.gradle.org/current/userguide/toolchains.html
What exactly do you want to build? For me I only want to build the jar of fabric-chaincode-shim. I used ./gradlew build -x javadoc
and it worked. How about you?
Hello; if you still have issues with building the repo or contract code please do open an issue with the problems you're seeing.
any suggestions how to solve this issue?