@sdeleuze i know you’re probably busy now, but when you have time, can you look at this dependency-management plugin behavior: i accidentally set the
kotlin.version
to null (
ext['kotlin.version'] = null
), but the error reported is interesting:
Copy code
* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.springframework.boot:spring-boot-starter-webflux:.
Required by:
project :
> Could not find org.springframework.boot:spring-boot-starter-data-jpa:.
Required by:
project :
> Could not find org.springframework.integration:spring-integration-webflux:.
Required by:
project :
> Could not find com.fasterxml.jackson.module:jackson-module-kotlin:.
Required by:
project :
there are no errors mentioning kotlin, and why would other dependencies resolution fail?