siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
712 stars 107 forks source link

[JAPICMP-307] Add add-opens to fix build under jdkk17 #308

Closed snuyanzin closed 2 years ago

snuyanzin commented 2 years ago

The PR adds --add-opens java.base/java.lang=ALL-UNNAMED to fix build with jdk17 fixes #307

siom79 commented 2 years ago

I have added the option to the specific pom and not to the root pom. But thanks for providing the fix.