You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started seeing this error that only happens on CI after upgrading to Gradle 8.12. Can't reproduce on my machine even though we pull from the same cache node. This happens with both Licensee 1.11.0 and 1.12.0
The only thing I suspect is this section of the v8.12 release notes about File-system watching support on Alpine Linux, but we don't even run our builds on an Alpine Linux distro, and we already have FSW enabled locally, so it's not that. 🤔
No changes in our setup -- just upgrading to v8.12 causes this error
Execution failed for task ':common:tracker:licenseeAndroidDebug'.
> Error while evaluating property 'coordinatesToPomInfo$licensee' of task ':common:tracker:licenseeAndroidDebug'.
> Failed to calculate the value of task ':common:tracker:licenseeAndroidDebug' property 'coordinatesToPomInfo$licensee'.
> Something has been appended to this collector already
It affects different modules seemingly randomly every time you run it.
The text was updated successfully, but these errors were encountered:
I just started seeing this error that only happens on CI after upgrading to Gradle 8.12. Can't reproduce on my machine even though we pull from the same cache node. This happens with both Licensee
1.11.0
and1.12.0
The only thing I suspect is this section of the v8.12 release notes about File-system watching support on Alpine Linux, but we don't even run our builds on an Alpine Linux distro, and we already have FSW enabled locally, so it's not that. 🤔
No changes in our setup -- just upgrading to v8.12 causes this error
It affects different modules seemingly randomly every time you run it.
The text was updated successfully, but these errors were encountered: