radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
835 stars 36 forks source link

The `Provider.forUseAtConfigurationTime` method has been deprecated. #321

Closed Goooler closed 11 months ago

Goooler commented 11 months ago

Description

Provider#forUseAtConfigurationTime is now deprecated and scheduled for removal in Gradle 9.0. Clients should simply remove the call.

https://docs.gradle.org/8.3/userguide/upgrading_version_7.html?#for_use_at_configuration_time_deprecation

Versions

rxynrg commented 11 months ago

I suppose this plugin is no longer maintained and we should either implement similar functionality without any third party plugins or fork this plugin.

Goooler commented 11 months ago

I can do this in that case.

radarsh commented 11 months ago

Plugin is definitely active. I haven't had the time recently to contribute much due to personal circumstances.

I will see if I can implement this in the coming days.

Goooler commented 11 months ago

Addressing the fix to #322.