spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
684 stars 85 forks source link

Plugin triggers a deprecation warning for LenientConfiguration#getArtifacts(Spec) with Gradle 8.8 #381

Closed jvandort closed 2 months ago

jvandort commented 3 months ago

This method will be removed in Gradle 9.0. See: https://github.com/gradle/gradle/pull/28608

Please migrate to the method that does not accept a Spec parameter.