Skip to content

Commit

Permalink
Switch to avoid setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 29, 2023
1 parent abf64bf commit d991591
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:
permissions:
contents: write
steps:
- name: Setup Java
run: |
echo "JAVA_HOME=$JAVA_HOME_17_X64" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 17
- uses: gradle/gradle-build-action@v2
name: Setup Gradle
- name: Capture Version
Expand Down

0 comments on commit d991591

Please sign in to comment.