Skip to content

chore(deps): update eskatos/gradle-command-action action to v3 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
git clone --depth 100 https://github.com/apache/calcite-avatica.git ../calcite-avatica
git rev-parse HEAD
- name: 'Prepare Candidate'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../calcite-avatica
arguments: --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PasfTestNexusUsername=test -PasfTestNexusPassword=test -PasfTestGitSourceUsername=test -PasfTestGitSourcePassword=test -PasfTestSvnUsername=test -PasfTestSvnPassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
env:
ORG_GRADLE_PROJECT_checksumIgnore: true
- name: 'Publish Release'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../calcite-avatica
Expand Down Expand Up @@ -90,15 +90,15 @@ jobs:
git clone --depth 100 https://github.com/apache/calcite.git ../calcite
git rev-parse HEAD
- name: 'Prepare Candidate'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../calcite
arguments: -PskipSigning --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PasfTestNexusUsername=test -PasfTestNexusPassword=test -PasfTestGitSourceUsername=test -PasfTestGitSourcePassword=test -PasfTestSvnUsername=test -PasfTestSvnPassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
env:
ORG_GRADLE_PROJECT_checksumIgnore: true
- name: 'Publish Release'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../calcite
Expand Down Expand Up @@ -136,15 +136,15 @@ jobs:
git clone --depth 100 https://github.com/apache/jmeter.git ../jmeter
git rev-parse HEAD
- name: 'Prepare Candidate'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../jmeter
arguments: --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PasfTestNexusUsername=test -PasfTestNexusPassword=test -PasfTestGitSourceUsername=test -PasfTestGitSourcePassword=test -PasfTestSvnUsername=test -PasfTestSvnPassword=test -PasfTestGitSitePreviewUsername=test -PasfTestGitSitePreviewPassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
env:
ORG_GRADLE_PROJECT_checksumIgnore: true
- name: 'Publish Release'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../jmeter
Expand Down Expand Up @@ -182,15 +182,15 @@ jobs:
git clone --depth 100 https://github.com/autostyle/autostyle.git ../autostyle
git rev-parse HEAD
- name: 'Prepare Candidate'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../autostyle
arguments: --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
env:
ORG_GRADLE_PROJECT_checksumIgnore: true
- name: 'Publish Release'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../autostyle
Expand Down Expand Up @@ -228,15 +228,15 @@ jobs:
git clone --depth 100 https://github.com/pgjdbc/pgjdbc.git ../pgjdbc
git rev-parse HEAD
- name: 'Prepare Candidate'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../pgjdbc
arguments: --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
env:
ORG_GRADLE_PROJECT_checksumIgnore: true
- name: 'Publish Release'
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v3
with:
gradle-version: ${{ matrix.gradle-version }}
build-root-directory: ../pgjdbc
Expand Down
Loading