Skip to content

Commit

Permalink
[#8899] Remove jdk7 installation from workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jun 2, 2022
1 parent c294416 commit 191de22
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ jobs:
key: ${{ runner.os }}-node_install-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-node_install-
- name: Set up JDK 7
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '7'
- name: Set JAVA_HOME
run: |
echo "JAVA_7_HOME=$JAVA_HOME" >> $GITHUB_ENV
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
echo "JAVA_11_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
echo "JAVA_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
Expand Down

0 comments on commit 191de22

Please # to comment.