Skip to content

Commit

Permalink
Acxiom#345 Added java distribution for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dafreels committed Apr 20, 2023
1 parent b7b0651 commit f10db8e
Showing 1 changed file with 4 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 @@ -21,6 +21,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 1.8
cache: 'maven'
- name: Build and Test
Expand All @@ -45,6 +46,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 1.8
cache: 'maven'
- name: Build and Test
Expand All @@ -69,6 +71,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 1.8
cache: 'maven'
- id: get-versions
Expand Down Expand Up @@ -99,6 +102,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 1.8
cache: 'maven'
- id: get-versions
Expand Down

0 comments on commit f10db8e

Please sign in to comment.