spring-gradle-plugins / dependency-management-plugin

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

Stop using deprecated configurations in integration tests #334

Closed wilkinsona closed 2 years ago

wilkinsona commented 2 years ago

The bulk of the integration tests are now run using Gradle 6 but are still using configurations like compile and runtime that are deprecated. The tests should be updated to use implementation, runtimeOnly, etc instead.