mirror of
https://github.com/gradle/actions.git
synced 2026-03-26 06:14:31 +08:00
Mention explicit license acceptance in notice (#912)
This commit is contained in:
parent
4ac5b012ea
commit
81fec7a823
@ -21,6 +21,8 @@ The \`gradle-actions-caching\` component is used only when caching is enabled an
|
|||||||
|
|
||||||
Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
|
Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
|
||||||
If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
|
If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
|
||||||
|
|
||||||
|
You can suppress this message by accepting the terms in your action configuration: see https://github.com/gradle/actions/blob/main/README.md
|
||||||
***********************************************************
|
***********************************************************
|
||||||
`
|
`
|
||||||
|
|
||||||
@ -35,6 +37,8 @@ const CACHE_LICENSE_SUMMARY = `
|
|||||||
>
|
>
|
||||||
> Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
|
> Use of the \`gradle-actions-caching\` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
|
||||||
> If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
|
> If you do not agree to these license terms, do not use the \`gradle-actions-caching\` component.
|
||||||
|
>
|
||||||
|
>You can suppress this message by [accepting the terms in your action configuration](https://github.com/gradle/actions/blob/main/README.md).
|
||||||
`
|
`
|
||||||
|
|
||||||
class NoOpCacheService implements CacheService {
|
class NoOpCacheService implements CacheService {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user