chore: bump Gradle to 7.4.2#2535
Conversation
d88b28a to
8e8d899
Compare
Any preferences on how we should tackle that? a) Use I'm inclined to |
|
I'd prefer the solution that will work in the future. So B |
GraalVM supports MethodHandle: oracle/graal#2761 |
Then by all means solve this problem in such a way that it will work in the future. |
4c8e9d3 to
6870af3
Compare
|
Need to apply https://github.com/bndtools/bnd/pull/3904/files somehow |
60ace06 to
7eb5d85
Compare
|
This looks mergeable to me. |
The finalize is deprecated for removal in Java 17+, so add suppress warnings to unlock build under Java 17+
We treat javadoc warnings as build errors, however, it looks like recent Java starts requiring javadoc for everything.
…odificationException See bndtools/bnd#3904
…m to 4.13.5 to avoid illegal reflective access
This enables building with Java 17
TODO: