mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 04:20:34 +00:00
GitHub Actions — use Java 17 explicitly
This commit is contained in:
5
.github/workflows/run-ui-tests.yml
vendored
5
.github/workflows/run-ui-tests.yml
vendored
@@ -41,7 +41,10 @@ jobs:
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 17
|
||||
cache: gradle
|
||||
|
||||
# Setup Gradle
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
||||
# Run IDEA prepared for UI testing
|
||||
- name: Run IDE
|
||||
|
||||
Reference in New Issue
Block a user