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
Mute license warning when terms are accepted (#911)
With licensing changes in v6, a license warning was added to the logs
and job summary. Now, accepting the Build Scan Terms of Use or providing
a Develocity Access Key will mute this warning.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ This repository contains a set of GitHub Actions that are useful for building Gr
15
15
> Use of the `gradle-actions-caching` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
16
16
> If you do not agree to these license terms, do not use the `gradle-actions-caching` component.
17
17
18
+
This license notice will be displayed in workflow logs and each job summary. To suppress this message,
19
+
either [accept the terms of use](docs/setup-gradle.md#publishing-to-scansgradlecom) in your workflow, or [provide a Develocity access key](docs/setup-gradle.md#managing-develocity-access-keys).
20
+
18
21
## The `setup-gradle` action
19
22
20
23
The `setup-gradle` action can be used to configure Gradle for optimal execution on any platform supported by GitHub Actions.
Copy file name to clipboardExpand all lines: docs/dependency-submission.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ If you're confused by the behaviour you're seeing or have specific questions, pl
28
28
> Use of the `gradle-actions-caching` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
29
29
> If you do not agree to these license terms, do not use the `gradle-actions-caching` component.
30
30
31
+
This license notice will be displayed in workflow logs and each job summary. To suppress this message,
32
+
either [accept the terms of use](setup-gradle.md#publishing-to-scansgradlecom) in your workflow, or [provide a Develocity access key](setup-gradle.md#managing-develocity-access-keys).
33
+
31
34
## General usage
32
35
33
36
The following workflow will generate a dependency graph for a Gradle project and submit it immediately to the repository via the
Copy file name to clipboardExpand all lines: docs/setup-gradle.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ This GitHub Action can be used to configure Gradle for optimal execution on any
15
15
> Use of the `gradle-actions-caching` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
16
16
> If you do not agree to these license terms, do not use the `gradle-actions-caching` component.
17
17
18
+
This license notice will be displayed in workflow logs and each job summary. To suppress this message,
19
+
either [accept the terms of use](#publishing-to-scansgradlecom) in your workflow, or [provide a Develocity access key](#managing-develocity-access-keys).
20
+
18
21
## Why use the `setup-gradle` action?
19
22
20
23
It is possible to directly invoke Gradle in your workflow, and the `actions/setup-java@v5` action provides a simple way to cache Gradle dependencies.
0 commit comments