Skip to content

Commit

Permalink
release.yml: remove dependency on gradle/gradle-build-action
Browse files Browse the repository at this point in the history
Running gradle via gradle-build-action is no longer supported, instead it is recommended to use a run step - see: gradle/gradle-build-action#996
  • Loading branch information
bwRavencl committed Jan 29, 2024
1 parent 401b919 commit 355f6b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: distZip --info
run: ./gradlew distZip --info
- name: Extract Release Variables
id: extract_release_variables
shell: bash
Expand Down Expand Up @@ -62,9 +60,7 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: distTar --info
run: ./gradlew distTar --info
- name: Extract Release Variables
id: extract_release_variables
shell: bash
Expand Down

0 comments on commit 355f6b7

Please sign in to comment.