non Cacheability Category
Parameters
The category of the non-cacheability reason: * build_cache_disabled_by_user
- The build cache is disabled by the user * goal_execution_marked_non_cacheable
- The goal execution is marked as non-cacheable * goal_not_supported
- The goal does not support build caching * no_gradle_enterprise_server_configured
- No Develocity server is configured Deprecated, use no_develocity_server_configured
instead * no_develocity_server_configured
- No Develocity server is configured * non_clean_build
- The clean
lifecycle is not executed * not_entitled
- The Develocity license entitlements does not allow Maven build caching * offline_build
- The build is run in offline mode * unknown
- Reason for disabled caching is not known * unknown_entitlements
- The Develocity license entitlements cannot be checked null
when the goal execution is cacheable or if the information is not available.