Skip to content

Commit 81fec7a

Browse files
authored
Mention explicit license acceptance in notice (#912)
1 parent 4ac5b01 commit 81fec7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/src/cache-service-loader.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The \`gradle-actions-caching\` component is used only when caching is enabled an
2121
2222
Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
2323
If 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

4044
class NoOpCacheService implements CacheService {

0 commit comments

Comments
 (0)