Skip to content

Commit

Permalink
Add Java version to Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Aug 30, 2023
1 parent c2daaaf commit 4e08317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
path: metafacture-core
repository: metafacture/metafacture-core
ref: 5.5.1-rc1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-core (temporary)
working-directory: metafacture-core
run: ./gradlew install
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
path: metafacture-core
repository: metafacture/metafacture-core
ref: 5.5.1-rc1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-core (temporary)
working-directory: metafacture-core
run: ./gradlew install
Expand Down

0 comments on commit 4e08317

Please sign in to comment.