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

Switch away from methods deprecated in Gradle 7. #96

Closed
dubinsky opened this issue Jul 12, 2021 · 0 comments · Fixed by #97
Closed

Switch away from methods deprecated in Gradle 7. #96

dubinsky opened this issue Jul 12, 2021 · 0 comments · Fixed by #97

Comments

@dubinsky
Copy link

Gradle warns about some methods/properties the plugin uses that they are deprecated and "scheduled to be removed in Gradle 8.0".

JavaExecHandleBuilder.setMain(String) method. Please use the mainClass property instead.
at com.github.maiflai.ScalaTestAction.makeAction(ScalaTestAction.groovy:71)

Report.enabled property. Please use the required property instead.
at com.github.maiflai.ScalaTestAction.getArgs(ScalaTestAction.groovy:165)

Report.destination property. Please use the outputLocation property instead.
at com.github.maiflai.ScalaTestAction.getArgs(ScalaTestAction.groovy:171)

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 a pull request may close this issue.

1 participant