This message was deleted.
# community-support
s
This message was deleted.
t
Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 11
Like the error says, Spring Boot 3 requires JDK 17, and you're using JDK 11.
k
but i have installed jdk 17 in my system
t
Having it installed is not enough, you need to actually use it to run Gradle.