Builds successfully, but with 0.9.2 (and no other changes) I get:
Execution failed for task ':compileKotlin'.
> Could not resolve all artifacts for configuration ':detachedConfiguration82'.
> Could not find org.springframework.ai:spring-ai-bom:1.0.0-M1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/springframework/ai/spring-ai-bom/1.0.0-M1/spring-ai-bom-1.0.0-M1.pom
Required by:
project :
Updating my build.gradle.kt with the milestone repo solves the issue.
Starting with a fresh basic project from https://start.spring.io/ using Gradle (Kotlin DSL):
Builds successfully, but with
0.9.2
(and no other changes) I get:Updating my
build.gradle.kt
with the milestone repo solves the issue.