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

Fix Gradle 7.1 JavaExec.main property deprecation #686

Merged
merged 1 commit into from
Aug 1, 2021

Conversation

rieske
Copy link
Contributor

@rieske rieske commented Jul 2, 2021

JavaExec.main has been deprecated in Gradle 7.1 and will be removed in
Gradle 8.0. Instead, JavaExec.mainClass property should be used.

JavaExec.main has been deprecated in Gradle 7.1 and will be removed in
Gradle 8.0. Instead, JavaExec.mainClass property should be used.
@johnrengelman johnrengelman added this to the 7.1 milestone Aug 1, 2021
@johnrengelman johnrengelman merged commit 783bdfa into GradleUp:master Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants