Skip to content

Commit

Permalink
[#noissue] Remove JDK7 from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 31, 2024
1 parent 32b19e1 commit 7ecbf7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/it-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
df -h
- name: Set up JDK 7
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 7
- name: Set JAVA_HOME
run: |
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/it-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
df -h
- name: Set up JDK 7
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 7
- name: Set JAVA_HOME
run: |
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/maven-central-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
key: ${{ runner.os }}-node_install-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-node_install-
- name: Set up JDK 7
- name: Set Publish Environment
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '7'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 7ecbf7d

Please # to comment.