Skip to content

Switch away from methods deprecated in Gradle 7. #96

@dubinsky

Description

@dubinsky

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions