Skip to content

Commit d7ad06c

Browse files
authored
Merge e2c7caa into 0993d41
2 parents 0993d41 + e2c7caa commit d7ad06c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/gradle-dependency-submission.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
uses: gradle/actions/dependency-submission@v4
2727
with:
2828
build-scan-publish: true
29-
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
30-
build-scan-terms-of-service-agree: "yes"
29+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
30+
build-scan-terms-of-use-agree: "yes"

.github/workflows/gradle-reusable-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Gradle Reusable Build
2-
31
on:
42
workflow_call:
53
inputs:

.github/workflows/gradle-wrapper-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Gradle Wrapper
1+
name: Gradle Wrapper Update
22

33
on:
44
schedule:

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
66
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
77

8-
name: Java CI with Gradle
8+
name: Gradle Build
99

1010
on:
1111
push:

0 commit comments

Comments
 (0)