-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/actions action to v4.0.1
- Loading branch information
1 parent
25ab445
commit 752c888
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ jobs: | |
java-version: '11' | ||
distribution: temurin | ||
- name: Validate Gradle wrapper | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
- name: Set up Gradle | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
- name: Build with Gradle | ||
run: ./gradlew build --no-configuration-cache --no-daemon --stacktrace --continue | ||
- name: Publish build reports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ jobs: | |
java-version: '11' | ||
distribution: temurin | ||
- name: Generate and submit dependency graph | ||
uses: gradle/actions/[email protected].0 | ||
uses: gradle/actions/[email protected].1 | ||
|