Publication only contains dependencies and/or constraints without a version. You need to add minimal version information, publish resolved versions
publishing {
publications {
mavenJava(MavenPublication){
// bootJar is the default build task configured by Spring Boot
artifact bootJar
}
}
}