quarkus: gradle quarkusBuild has error : SRCFG00035: Failed to load resource
Since upgrading from to 1.13.x, run below command
./gradlew  quarkusBuild -Dquarkus.package.type=uber-jar  -Dorg.gradle.jvmargs=-Xmx256m
Gradle made a error: SRCFG00035: Failed to load resource, full stacktrace is:
> Task :processResources
> Task :classes
start copy some files...
> Task :inspectClassesForKotlinIC
> Task :jar
> Task :quarkusBuild
building quarkus jar
> Task :quarkusBuild FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':quarkusBuild'.
> java.lang.IllegalStateException: SRCFG00035: Failed to load resource
* 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.
My system jdk version :
openjdk 11.0.10 2021-01-19
OpenJDK Runtime Environment 18.9 (build 11.0.10+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.10+9, mixed mode, sharing)
when I use adoptjdk15-openj9 or downgrade quarkus version to 1.12.2.Final, itβ all fine.
About this issue
- Original URL
 - State: closed
 - Created 3 years ago
 - Comments: 27 (15 by maintainers)
 
Issue was introduced from
1.13.0.Finaluntil the actual version:I tested all those versions one by one π β¦
1.12.2.Finalis fine.