You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: