spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jvandort opened this issue · comments

This method will be removed in Gradle 9.0. See: gradle/gradle#28608

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