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

See original GitHub issue

Describe the bug

Build failure in multi-module gradle project

  • What went wrong: 2022-11-08T21:35:48.146+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ‘:core-quarkus-parent:platform-quarkus-anonymiser:platform-quarkus-anonymiser-core:quarkusBuild’. 2022-11-08T21:35:48.146+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image

Expected behavior

build should be successfully completed

Actual behavior

build failure with error - SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image

How to Reproduce?

Reproducer:

Steps to reproduce :-

  1. Checkout dev branch - https://github.com/techpleiad/core-quarkus/tree/dev
  2. build using command - ./gradlew clean build

Output of uname -a or ver

No response

Output of java -version

17

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)

Gradle 7.4.2

Additional information

No response

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bharatnpticommented, Nov 9, 2022

Thank you for the help @aloubyansky

0reactions
aloubyanskycommented, Nov 9, 2022

You should be able to enforce it on subprojects in the root script under subprojects. You should consult Gradle docs about that. Since it’s not a Quarkus issue, I’m closing this one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SRCFG00011: Could not expand value platform.quarkus ...
Describe the bug Since 2.1 I get NoSuchElementException: SRCFG00011: Could not expand value platform.quarkus.native.builder-image in ...
Read more >
Building a Native Executable - Quarkus
If you are building native executables for macOS, you should consider using Oracle GraalVM instead, because Mandrel does not currently target this platform....
Read more >
Laszlo Hogyishivjak on Twitter: "@maxandersen Caused by ...
Somehow this special property fixed my quarkus build after upgrade to latest version. It is pure magic, I have no idea how it...
Read more >
Quarkus Native image building throws error - Stack Overflow
Able to figure out the issue so posting here: Increase the Docker memory resource from default 2GB to 8GB. (Docker Desktop -> Settings...
Read more >
Compiling your Quarkus applications to native executables
Quarkus produces a binary executable using a builder image, which you can use together with the Red Hat Universal Base Images RHEL8-UBI and ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found