Skip to content

Commit ab25911

Browse files
committed
Revert "chore: Remove redundant JDK 11 setup steps"
This reverts commit 4624d67, not redundant, needed for setProjectSdkIfAvailableTest() Signed-off-by: Martin Szuc <[email protected]>
1 parent 01c04a9 commit ab25911

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dialogs.project_manipulation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787

8888
steps:
8989
- uses: actions/checkout@v4
90+
- name: Set up JDK 11 # Java 11 is only used for test NewProjectDialogTest/setProjectSdkIfAvailableTest
91+
uses: actions/setup-java@v4
92+
with:
93+
java-version: 11
94+
distribution: 'temurin'
95+
cache: 'gradle'
9096
- name: Set up JDK 17
9197
uses: actions/setup-java@v4
9298
with:

0 commit comments

Comments
 (0)