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
Mark checkstyle:check as not cacheable for Hibernate Search
checkstyle:check is not cache-relocatable because project resources
include ${rootProject.directory}, fingerprinting the entire workspace
root tree including target/ dirs from previous builds (83 cache misses).
Upstream PR: hibernate/hibernate-search#5067
outputs.notCacheableBecause("checkstyle:check is not cache-relocatable: project resources include the workspace root (https://github.com/hibernate/hibernate-search/pull/5067)")
0 commit comments