bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
193 stars 91 forks source link

Gradle 7 Compatibility: Issue #283 Updated Deprecated RunTime Configuration. This would be a backwards i… #284

Closed tyrantkhan closed 2 years ago

tyrantkhan commented 2 years ago

Issue #283

Updated Deprecated RunTime Configuration. This would be a backwards incompatible change with Gradle < 3.4. But would allow compatibility with Gradle 7.x.

RUNTIME_CONFIGURATION_NAME Consumers should use RUNTIME_ELEMENTS_CONFIGURATION_NAME instead. The name of the "runtime" configuration. This configuration is deprecated and doesn't represent a correct view of the runtime dependencies of a component.

davydotcom commented 2 years ago

this was resolved in another PR, thank you!