Skip to content

Commit

Permalink
change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kader committed Jan 23, 2024
1 parent 953b565 commit b8fbb84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
run: echo "repository_name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV

- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v1.4.3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
cache: 'gradle'
java-version: 1.8

# Runs a set of commands using the runners shell
- name: Change wrapper permissions
Expand Down

0 comments on commit b8fbb84

Please sign in to comment.