-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump eskatos/gradle-command-action from 2.11.0 to 2.11.1
Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](gradle/gradle-build-action@v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: eskatos/gradle-command-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a646e6d
commit 4835396
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
git config --global user.name "raynigon[bot]" | ||
git checkout -b release | ||
- name: "Publish Artifacts" | ||
uses: eskatos/[email protected].0 #v1.3.3 | ||
uses: eskatos/[email protected].1 #v1.3.3 | ||
with: | ||
arguments: ":release -Prelease.useAutomaticVersion=true build -x test" | ||
wrapper-cache-enabled: true | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
java-version: 17 | ||
distribution: adopt | ||
- name: Unit Tests | ||
uses: eskatos/[email protected].0 | ||
uses: eskatos/[email protected].1 | ||
with: | ||
arguments: test | ||
- name: Codacy Publish | ||
|
@@ -31,7 +31,7 @@ jobs: | |
java-version: 17 | ||
distribution: adopt | ||
- name: Generate javadoc | ||
uses: eskatos/[email protected].0 | ||
uses: eskatos/[email protected].1 | ||
with: | ||
arguments: globalJavadoc | ||
#- name: Upload javadoc | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
java-version: 17 | ||
distribution: adopt | ||
- name: Unit Tests | ||
uses: eskatos/[email protected].0 | ||
uses: eskatos/[email protected].1 | ||
with: | ||
arguments: test | ||
- name: "Upload Test Logs Artifact" | ||
|
@@ -43,6 +43,6 @@ jobs: | |
java-version: 17 | ||
distribution: adopt | ||
- name: Generate javadoc | ||
uses: eskatos/[email protected].0 | ||
uses: eskatos/[email protected].1 | ||
with: | ||
arguments: globalJavadoc |