quarkus: SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image

Describe the bug

Create a new quarkus maven project from IDEA. Could not start the project because of “SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image”

Expected behavior

No response

Actual behavior

How to Reproduce?

No response

Output of uname -a or ver

Windows 10

Output of java -version

No response

GraalVM version (if different from Java)

GraalVM 17

Quarkus version or git rev

2.16.3.Final

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: 17 (14 by maintainers)

Most upvoted comments

I wonder if building with mvn -C (mvn --strict-checksums) would help in this case?

When I add platform.quarkus.native.builder-image properties in application.yml,then the project could be startd.

greeting:
  message: "hello"

platform:
    quarkus:
      native:
        builder-image: false