Commit 6fa4102
committed
Add implicit dependency from gradle to platform
The Gradle plugin depends on Micronaut Platform, but it is not
visible as a runtime dependency, because it's a dependency which
is added at runtime _when the plugin is applied_. If we released
the Gradle plugin simply considering the current graph, then a
user applying the plugin would get a SNAPSHOT version of the
platform.
This commit updates the report tool to add a dependency so that
it's clearly visible.1 parent fc812dc commit 6fa4102
File tree
1 file changed
+5
-0
lines changed- buildSrc/src/main/kotlin/io/micronaut/build
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
295 | 300 | | |
296 | 301 | | |
297 | 302 | | |
| |||
0 commit comments