radarsh/gradle-test-logger-plugin

The `Provider.forUseAtConfigurationTime` method has been deprecated.

Goooler opened this issue · 4 comments

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

  • Test logger version: 3.2.0
  • Gradle version: 8.3
  • Java version: 17

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

I can do this in that case.

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.

Addressing the fix to #322.