Skip to content

Commit 714a44b

Browse files
authored
Merge pull request #7188 from rjhancock/ci-adjustments
Fix: Minor tweaks and updates
2 parents 926f1bb + 3257e15 commit 714a44b

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494

9595
- name: Setup Gradle
9696
uses: gradle/actions/setup-gradle@v4
97+
with:
98+
build-scan-publish: true
99+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
100+
build-scan-terms-of-use-agree: "yes"
97101

98102
- name: Set short git commit SHA
99103
id: vars

.github/workflows/code-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242

4343
- name: Setup Gradle
4444
uses: gradle/actions/setup-gradle@v4
45+
with:
46+
build-scan-publish: true
47+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
48+
build-scan-terms-of-use-agree: "yes"
4549

4650
- name: Build with Gradle
4751
working-directory: mekhq

.github/workflows/dependency-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Gradle Dependency Submission
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
dependency-submission:

.github/workflows/java-doc-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575

7676
- name: Setup Gradle
7777
uses: gradle/actions/setup-gradle@v4
78+
with:
79+
build-scan-publish: true
80+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
81+
build-scan-terms-of-use-agree: "yes"
7882

7983
- name: Build with Gradle
8084
working-directory: mekhq

.github/workflows/java-doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444

4545
- name: Setup Gradle
4646
uses: gradle/actions/setup-gradle@v4
47+
with:
48+
build-scan-publish: true
49+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
50+
build-scan-terms-of-use-agree: "yes"
4751

4852
- name: Build with Gradle
4953
working-directory: MekHQ

0 commit comments

Comments
 (0)