walt-id / waltid-walletkit

Toolkit for SSI and NFT/SBT wallets
https://docs.walt.id
Apache License 2.0
31 stars 25 forks source link

Gradle Build issue #126

Closed ympondaven closed 1 year ago

ympondaven commented 1 year ago

Hello, I've try gradle build
and get this result on a Mac OS Ventura 13 , openjdk 11, any idea of what's wrong ?

FAILURE: Build failed with an exception.

BUILD FAILED in 558ms

waltkb commented 1 year ago

Java 11 is not supported (a lot of cryptography from JDK 15 is required for example), please update to the latest LTS version (JDK 17.0.6) or the newest version (19.0.2 or 20 GA).

You can download a modern JDK like Eclipe Temurin here https://adoptium.net/temurin/releases/?version=17 (select Operating System macOS).