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).