File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ The \`gradle-actions-caching\` component is used only when caching is enabled an
2121
2222Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
2323If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
24+
25+ You can suppress this message by accepting the terms in your action configuration: see https://github.com/gradle/actions/blob/main/README.md
2426***********************************************************
2527`
2628
@@ -35,6 +37,8 @@ const CACHE_LICENSE_SUMMARY = `
3537>
3638> Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
3739> If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
40+ >
41+ >You can suppress this message by [accepting the terms in your action configuration](https://github.com/gradle/actions/blob/main/README.md).
3842`
3943
4044class NoOpCacheService implements CacheService {
You can’t perform that action at this time.
0 commit comments