ktor-arrow-example icon indicating copy to clipboard operation
ktor-arrow-example copied to clipboard

More detail for test and running the project

Open Kaaveh opened this issue 2 years ago • 2 comments
trafficstars

For running the tests, I faced some challenges such as setting the correct JDK version, installing the kotest plugin installing docker, and docker-compose. It would be helpful to include these details in the contribution guide.

Kaaveh avatar Oct 24 '23 13:10 Kaaveh

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 🤔

nomisRev avatar Oct 28 '23 09:10 nomisRev

Oh, got it! It forced me to bump the JDK version from 18 to 19.

Kaaveh avatar Oct 28 '23 13:10 Kaaveh