maiflai / gradle-scalatest

A plugin to enable the use of scalatest in a gradle Scala project.
The Unlicense
73 stars 35 forks source link

Switch away from methods deprecated in Gradle 7. #96

Closed dubinsky closed 2 years ago

dubinsky commented 3 years ago

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)