Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --add-opens options required for Gradle #477

Merged
merged 2 commits into from Dec 14, 2020

Conversation

yrodiere
Copy link
Member

In order to work around illegal accesses in Gradle.

Workaround for gradle/gradle#15538

This should fix the JDK16 build.

Signed-off-by: Yoann Rodière yoann@hibernate.org

In order to work around illegal accesses in Gradle.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
Turns out getJvmArgs() returns a copy, so modifying that copy won't
change the JVM args.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
@DavideD DavideD merged commit e5fc6d0 into hibernate:master Dec 14, 2020
@DavideD
Copy link
Member

DavideD commented Dec 14, 2020

Merged #477

Thanks!

@DavideD DavideD added the build Something related to the build label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Something related to the build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants