Skip to content

"config property is deprecated and should not be used anymore" warnings in Gradle projects #49174

@aloubyansky

Description

@aloubyansky

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions