Skip to content

Commit

Permalink
Always set up Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Oct 24, 2023
1 parent ed322bf commit 6211115
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:

steps:
- uses: actions/checkout@v4

# Java 11 is always needed to run the tests because they use MPS 2021.x
- name: Set up Java 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11

- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down

0 comments on commit 6211115

Please sign in to comment.