Gradle buildForkOptions
no longer used since quarkus 3.16.1
#44438
Labels
Milestone
buildForkOptions
no longer used since quarkus 3.16.1
#44438
Describe the bug
Since quarkus 3.16.1 the
buildForkOptions
in the quarkus extensions is no longer used when running quarkus tasks such asquarkusBuild
, orimagePush
Expected behavior
The
buildForkOptions
should be used to configure the build tasks, and its actions should be applied toQuarkusBuildTask
.Actual behavior
The
buildForkOptions
is not used, and the configuration actions are not executedHow to Reproduce?
quarkus create app quarkus-bug-jib-proxy --gradle-kotlin-dsl --extension='rest'
build.gradle.kts
:The line is never printed
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.16.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.10.2
Additional information
The
codeGenForkOptions
is still correctly used.The text was updated successfully, but these errors were encountered: