Skip to content

Commit

Permalink
[MPIR-447] Gradle deprecates compile in favor of implementation
Browse files Browse the repository at this point in the history
see also gradle/gradle#15661

This closes #61
  • Loading branch information
tisonkun authored and michael-o committed May 31, 2023
1 parent 84052f3 commit 9c25752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected void renderBody() {
.format(")"));

renderDependencyInfo(
"Gradle/Grails", new Formatter().format("compile '%s:%s:%s'", groupId, artifactId, version));
"Gradle/Grails", new Formatter().format("implementation '%s:%s:%s'", groupId, artifactId, version));

renderDependencyInfo(
"Scala SBT",
Expand Down

0 comments on commit 9c25752

Please sign in to comment.