quarkus: Could not find io.quarkus.platform:quarkus-bom:3.0.0.Final.

Describe the bug

  > Could not find io.quarkus.platform:quarkus-bom:3.0.0.Final.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom/3.0.0.Final/quarkus-bom-3.0.0.Final.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :serverless

Expected behavior

No response

Actual behavior

➜  serverless git:(prototype) ✗ gradle clean build 
> Task :serverless:quarkusGenerateCode FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':serverless:quarkusGenerateCode'.
> Could not resolve all files for configuration ':serverless:quarkusProdBaseRuntimeClasspathConfiguration'.
   > Could not find io.quarkus:quarkus-arc:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-container-image-jib:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-flyway:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-hibernate-orm-panache-kotlin:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-hibernate-orm-rest-data-panache:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-hibernate-validator:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-jdbc-postgresql:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-kotlin:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-logging-json:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-logging-sentry:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-micrometer-registry-prometheus:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-opentelemetry-exporter-otlp:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-quartz:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-qute:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-rest-client-reactive-jackson:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-resteasy-reactive:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-resteasy-reactive-jackson:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-resteasy-reactive-qute:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-smallrye-health:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-smallrye-jwt:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-smallrye-jwt-build:.
     Required by:
         project :serverless
   > Could not find io.quarkus:quarkus-smallrye-openapi:.
     Required by:
         project :serverless
   > Could not find io.quarkus.platform:quarkus-bom:3.0.0.Final.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom/3.0.0.Final/quarkus-bom-3.0.0.Final.pom
     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
     Required by:
         project :serverless

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
16 actionable tasks: 3 executed, 13 up-to-date
➜  serverless git:(prototype) ✗ 




How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 20 (9 by maintainers)

Most upvoted comments

An advice if you continue to interact with people working on Open Source projects: maybe avoid lecturing people when you have absolutely no idea what their requirements and constraints are.

Also wait for the official announcement before upgrading.

This is expected as the whole Quarkus platform has not been released for version 3.0.0.Final. That will happen next week