castorm/kafka-connect-http

Maven package build fails on JDK 11.0.11

Closed this issue ยท 2 comments

Describe the bug
It's the same bug as #22, only a newer version.

See that issue for further details.

Additional context
JDK version 11.0.11 (current Ubuntu 20.04LTS default)

Quickfix:
Changing ${java.version} to 11 resolves the issue. Perhaps it would be possible to just take the major version of java instead of the entire version with bugfix?

Hi @dingobar,

Thank you very much for reporting this.

I believe this should be fixed by now via #134

It seems java.version wasn't defined as a maven property anywhere.

I hope that's enough.

Thanks,
Best regards.

Confirmed! Thank you for the quick response, I'll close the issue ๐Ÿ‘