How to recreate
Run ./gradlew :operator:quarkusGenerateCode, you should see:
Starting process 'Gradle Worker Daemon 10'. Working directory:
.
.
.
Successfully started process 'Gradle Worker Daemon 10'
Error: Could not find or load main class {} }} null{{- else }}{{- toYaml .Values.app.extraVolumeMounts | nindent 12 }}{{- end }}
Caused by: java.lang.ClassNotFoundException: {} }} null{{- else }}{{- toYaml .Values.app.extraVolumeMounts | nindent 12 }}{{- end }}
And it breaks.
The workaround for this is to add the following to my ~/.gradle/gradle.properties:
systemProp.gradle.quarkus.gradle-worker.no-process=true
How to recreate
Run
./gradlew :operator:quarkusGenerateCode, you should see:And it breaks.
The workaround for this is to add the following to my
~/.gradle/gradle.properties:systemProp.gradle.quarkus.gradle-worker.no-process=true