Oleg Nenashev
05/09/2024, 3:30 PMOleg Nenashev
05/09/2024, 3:34 PMOleg Nenashev
05/15/2024, 10:24 AMOleg Nenashev
03/06/2025, 4:23 PMgiphy
03/06/2025, 4:30 PMgiphy
03/06/2025, 4:31 PMMartin
03/07/2025, 12:38 PMOleg Nenashev
03/18/2025, 9:30 AMOleg Nenashev
03/22/2025, 12:30 PMOleg Nenashev
04/10/2025, 4:19 PMOleg Nenashev
04/18/2025, 2:02 PMOleg Nenashev
05/14/2025, 9:50 PMVampire
05/14/2025, 10:27 PMOleg Nenashev
06/06/2025, 7:29 AMJendrik Johannes
06/24/2025, 10:07 AM> A problem was found with the configuration of BuildResultFlowAction.Parameters.
> Type 'buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' has @ServiceReference annotation used on property of type 'buildlog.ToFileLoggingListener' which is not a build service implementation.
Reason: A property annotated with @ServiceReference must be of a type that implements 'org.gradle.api.services.BuildService'.
Possible solutions:
1. Make 'buildlog.ToFileLoggingListener' implement 'org.gradle.api.services.BuildService'.
2. Replace the @ServiceReference annotation on 'toFileLoggingListener' with @Internal and assign a value of type 'buildlog.ToFileLoggingListener' explicitly.
Lets do (2)
> A problem was found with the configuration of BuildResultFlowAction.Parameters.
> Type '.buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' is annotated with invalid property type @Internal.
Reason: The '@Internal' annotation cannot be used in this context.
Possible solutions:
1. Remove the property.
2. Use a different annotation, e.g one of @Inject, @Input or @ServiceReference.
Lets do (2) (although 1 is tempting --> just remove and give up 😄 )
> A problem was found with the configuration of BuildResultFlowAction.Parameters.
> Type 'buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' has @ServiceReference annotation used on property of type 'buildlog.ToFileLoggingListener' which is not a build service implementation.
Reason: A property annotated with @ServiceReference must be of a type that implements 'org.gradle.api.services.BuildService'.
Possible solutions:
1. Make 'buildlog.ToFileLoggingListener' implement 'org.gradle.api.services.BuildService'.
2. Replace the @ServiceReference annotation on 'toFileLoggingListener' with @Internal and assign a value of type 'buildlog.ToFileLoggingListener' explicitly.
............Jeremie
06/25/2025, 5:34 PM