mvysny / karibu-testing

Vaadin Server-Side Browserless Containerless Unit Testing
Apache License 2.0
111 stars 14 forks source link

Make Gradle fail with clean exception on Java version mismatch #140

Closed mvysny closed 1 year ago

mvysny commented 1 year ago

Building karibu master requires Java 17. If the build is performed using Java 11, strange compilation errors will arise. Gradle should check for the current java and fail with a clean message.