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
The default validator uses DEFAULT_MAX_AGE with 10 years.
Running gradlew reportLibyears for a project with very old dependencies, the build fail and no report is generated:
Task :reportLibyears FAILED
Too many libyears encountered! These are the main culprits:
10 years sound much, but this can be reached very fast by having multiple dependencies. Perhaps we can increase the DEFAULT_MAX_AGE to something like 1000 years or do not use an validator per default.
Tested version 0.2 with Gradle 8.10
The text was updated successfully, but these errors were encountered:
The default validator uses DEFAULT_MAX_AGE with 10 years.
Running
gradlew reportLibyears
for a project with very old dependencies, the build fail and no report is generated:10 years sound much, but this can be reached very fast by having multiple dependencies. Perhaps we can increase the DEFAULT_MAX_AGE to something like 1000 years or do not use an validator per default.
Tested version 0.2 with Gradle 8.10
The text was updated successfully, but these errors were encountered: