Open Kaaveh opened 1 year ago
Yes, great idea!
But actually.. I think that "the correct JDK version" is a bug in Gradle, it should work on any 11+ JDK. I think there is something wrong with my sourceCompatibility
and targetCompatibility
🤔
Oh, got it! It forced me to bump the JDK
version from 18 to 19.
For running the tests, I faced some challenges such as setting the correct
JDK
version, installing thekotest
plugin installingdocker
, anddocker-compose
. It would be helpful to include these details in the contribution guide.