kostaskougios / cloning

deep clone java objects
Other
591 stars 112 forks source link

Fixed tests in Java 16 #107

Closed tweimer closed 3 years ago

tweimer commented 3 years ago

This commit adds --illegal-access=permit, which is needed in Java 16 and above Because --illegal-access=deny is the new default.

While this is not required for Java < 16, it doesn't hurt either.