Skip to content

Commit

Permalink
Revert "Update development builds on GH actions to run with JDK 11"
Browse files Browse the repository at this point in the history
This reverts commit 3b91b42.
  • Loading branch information
etiennestuder committed Dec 19, 2022
1 parent a683da2 commit 907cc43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
java-version: '6.0.119'
distribution: 'zulu'
architecture: x64
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'liberica'
java-version: '8'
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build and bundle plugin artifact
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/development-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
java-version: '6.0.119'
distribution: 'zulu'
architecture: x64
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'liberica'
java-version: '8'
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build and bundle plugin artifact
Expand Down

0 comments on commit 907cc43

Please sign in to comment.