patrikerdes/gradle-use-latest-versions-plugin

kotlin("plugin.spring") isn't updated

JorgenRingen opened this issue · 2 comments

Added a test demonstrating the behavior: JorgenRingen@837a800

As you can see, kotlin("jvm") is updated, but kotlin("plugin.spring") is not updated.

However, when I declare the plugin like this it works: id("org.jetbrains.kotlin.plugin.spring")

NB: The test was a little bit broken as well as assertions didn't fail when they ran inside lambda. Added assert keyword to make the test fail if an assertion failed.

This would be incredibly helpful! 🙌

Available in 0.2.18