-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/gradle-build-action action to v2.2.5
- Loading branch information
1 parent
9eafd0e
commit 593b038
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -34,19 +34,19 @@ jobs: | |
java-version: '11' | ||
|
||
- name: Ubuntu build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'ubuntu-latest' | ||
with: | ||
arguments: --full-stacktrace build | ||
|
||
- name: macosX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'macos-latest' | ||
with: | ||
arguments: --full-stacktrace macosX64Test | ||
|
||
- name: mingwX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace mingwX64Test | ||
|
@@ -77,6 +77,6 @@ jobs: | |
java-version: '11' | ||
|
||
- name: Publish version | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
with: | ||
arguments: --full-stacktrace publishAllPublicationsToOssrhRepository |
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 |
---|---|---|
|
@@ -30,19 +30,19 @@ jobs: | |
java-version: '11' | ||
|
||
- name: Ubuntu build | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'ubuntu-latest' | ||
with: | ||
arguments: --full-stacktrace build | ||
|
||
- name: macosX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'macos-latest' | ||
with: | ||
arguments: --full-stacktrace macosX64Test | ||
|
||
- name: mingwX64Test | ||
uses: gradle/[email protected].3 | ||
uses: gradle/[email protected].5 | ||
if: matrix.os == 'windows-latest' | ||
with: | ||
arguments: --full-stacktrace mingwX64Test | ||
|