Skip to content

Commit

Permalink
Update workflow_java.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Jan 30, 2024
1 parent fae28ba commit 3836bd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
path: EOK-1.12

- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
cache: 'gradle'
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
cache: 'gradle'

- name: Copy gradle.properties
run: cp ./EOK-1.12/.github/gradle.properties ./EOK-1.12/
Expand Down

0 comments on commit 3836bd7

Please sign in to comment.