|
78 | 78 | column="14"/>
|
79 | 79 | </issue>
|
80 | 80 |
|
81 |
| - <issue |
82 |
| - id="InternalGradleApiUsage" |
83 |
| - message="Avoid using internal Gradle APIs (method map from org.gradle.api.internal.ConventionMapping)" |
84 |
| - errorLine1=" task.conventionMapping.map("applicationName", ::getApplicationName)" |
85 |
| - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
86 |
| - <location |
87 |
| - file="src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt" |
88 |
| - line="72" |
89 |
| - column="9"/> |
90 |
| - </issue> |
91 |
| - |
92 |
| - <issue |
93 |
| - id="InternalGradleApiUsage" |
94 |
| - message="Avoid using internal Gradle APIs (method map from org.gradle.api.internal.ConventionMapping)" |
95 |
| - errorLine1=" task.conventionMapping.map("outputDir") { layout.buildDirectory.dir("scriptsShadow").get().asFile }" |
96 |
| - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
97 |
| - <location |
98 |
| - file="src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt" |
99 |
| - line="73" |
100 |
| - column="9"/> |
101 |
| - </issue> |
102 |
| - |
103 |
| - <issue |
104 |
| - id="InternalGradleApiUsage" |
105 |
| - message="Avoid using internal Gradle APIs (method map from org.gradle.api.internal.ConventionMapping)" |
106 |
| - errorLine1=" task.conventionMapping.map("executableDir", ::getExecutableDir)" |
107 |
| - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
108 |
| - <location |
109 |
| - file="src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt" |
110 |
| - line="74" |
111 |
| - column="9"/> |
112 |
| - </issue> |
113 |
| - |
114 |
| - <issue |
115 |
| - id="InternalGradleApiUsage" |
116 |
| - message="Avoid using internal Gradle APIs (method map from org.gradle.api.internal.ConventionMapping)" |
117 |
| - errorLine1=" task.conventionMapping.map("defaultJvmOpts", ::getApplicationDefaultJvmArgs)" |
118 |
| - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
119 |
| - <location |
120 |
| - file="src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt" |
121 |
| - line="75" |
122 |
| - column="9"/> |
123 |
| - </issue> |
124 |
| - |
125 | 81 | <issue
|
126 | 82 | id="InternalGradleApiUsage"
|
127 | 83 | message="Avoid using internal Gradle APIs"
|
|
0 commit comments