Skip to content

Commit

Permalink
Update build-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kizeevov authored Oct 6, 2023
1 parent 031bd23 commit 7b0cc31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v1

- name: Setup Java 1.8
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: corretto
java-version: 17

- name: Build the plugin using Gradle
run: ./gradlew buildPlugin
Expand Down

0 comments on commit 7b0cc31

Please sign in to comment.