Skip to content

Commit 9c25752

Browse files
tisonkunmichael-o
authored andcommitted
[MPIR-447] Gradle deprecates compile in favor of implementation
see also gradle/gradle#15661 This closes #61
1 parent 84052f3 commit 9c25752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protected void renderBody() {
157157
.format(")"));
158158

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

162162
renderDependencyInfo(
163163
"Scala SBT",

0 commit comments

Comments
 (0)