Skip to content

Let the Gradle plugin not use the deprecated org.gradle.ConfigureUtil #816

@eskatos

Description

@eskatos

Shadow Version

7.1.2

Gradle Version

8.0

Expected Behavior

The shadow plugin doesn't use the deprecated org.gradle.ConfigureUtil.

Actual Behavior

The plugin uses org.gradle.ConfigureUtil which is softly deprecated since Gradle 7.6 (@Deprecated).

https://github.com/johnrengelman/shadow/blob/d8117e942b7d98e3274cb1cc9dbb4e4e978a2a58/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/DefaultInheritManifest.groovy#L35

We would like to start nagging users about the deprecation soon (early in 8.x to be able to remove it in Gradle 9.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions