Skip to content

Commit

Permalink
Merge pull request #305 from raynigon/dependabot/github_actions/eskat…
Browse files Browse the repository at this point in the history
…os/gradle-command-action-2.12.0

Bump eskatos/gradle-command-action from 2.11.1 to 2.12.0
  • Loading branch information
mergify[bot] committed Jan 25, 2024
2 parents c483f5e + c148ea7 commit 0276126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.name "raynigon[bot]"
git checkout -b release
- name: "Publish Artifacts"
uses: eskatos/gradle-command-action@v2.11.1 #v1.3.3
uses: eskatos/gradle-command-action@v2.12.0 #v1.3.3
with:
arguments: ":release -Prelease.useAutomaticVersion=true build -x test"
wrapper-cache-enabled: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@v2.11.1
uses: eskatos/gradle-command-action@v2.12.0
with:
arguments: test
- name: Codacy Publish
Expand All @@ -31,7 +31,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@v2.11.1
uses: eskatos/gradle-command-action@v2.12.0
with:
arguments: globalJavadoc
#- name: Upload javadoc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@v2.11.1
uses: eskatos/gradle-command-action@v2.12.0
with:
arguments: test
- name: "Upload Test Logs Artifact"
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@v2.11.1
uses: eskatos/gradle-command-action@v2.12.0
with:
arguments: globalJavadoc

0 comments on commit 0276126

Please sign in to comment.