I’m using the kotlin-dsl and the buildSrc plugin and somehow my spring boot webapp ends up with `gra...
b
I’m using the kotlin-dsl and the buildSrc plugin and somehow my spring boot webapp ends up with
gradle-api-7.0.jar
in it’s classpath (and bundled in the bootJar)
this was because i had the kotlin-dsl plugin as a dependency of one of my modules (on accident)