Skip to content

Commit

Permalink
Fix expected deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Sep 10, 2022
1 parent 2ae5787 commit ba11ca4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class PlayPluginSmokeTest extends AbstractPluginValidatingSmokeTest {
}

private String orgGradleUtilTypeDeprecation(String type) {
return "The org.gradle.util.$type type has been deprecated." +
"This is scheduled to be removed in Gradle 9.0." +
return "The org.gradle.util.$type type has been deprecated. " +
"This is scheduled to be removed in Gradle 9.0. " +
"Consult the upgrading guide for further information: https://docs.gradle.org/${GradleVersion.current().version}/userguide/upgrading_version_7.html#org_gradle_util_reports_deprecations"
}

Expand Down

0 comments on commit ba11ca4

Please sign in to comment.