-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Milestone
Description
Describe the bug
Starting with 3.25.0.CR1 Gradle project builds log
The "quarkus.native.full-stack-traces" config property is deprecated and should not be used anymore.
The "quarkus.native.enable-vm-inspection" config property is deprecated and should not be used anymore.
The "quarkus.native.inline-before-analysis" config property is deprecated and should not be used anymore.
The "quarkus.native.cleanup-server" config property is deprecated and should not be used anymore.
The "quarkus.native.enable-all-security-services" config property is deprecated and should not be used anymore.
The "quarkus.native.enable-jni" config property is deprecated and should not be used anymore.
The "quarkus.native.enable-server" config property is deprecated and should not be used anymore.
This can be reproduced by creating a sample project on code.quarkus and running ./gradlew build
FYI @radcortez
Quarkus version or git rev
3.25.0.CR1
Build tool (ie. output of mvnw --version
or gradlew --version
)
Gradle
amaechler, mschorsch, NoahELE, DomenicDev and Eng-Fouad