We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec852c6 commit f3ad43dCopy full SHA for f3ad43d
.github/workflows/ci-build.yml
@@ -19,6 +19,9 @@ jobs:
19
java-version: 17
20
- name: Set up Gradle
21
uses: gradle/actions/setup-gradle@v6
22
+ with:
23
+ build-scan-terms-of-use-url: https://gradle.com/terms-of-service
24
+ build-scan-terms-of-use-agree: yes
25
- name: Set up TestLens
26
uses: testlens-app/setup-testlens@v1.8.0
27
- run: "./gradlew build"
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
17
18
- run: "./gradlew :publishPlugin --no-configuration-cache"
0 commit comments