Skip to content

Commit

Permalink
Update Java version in Github Actions. See #16
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Nov 30, 2023
1 parent d694be2 commit 5507d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/setup-node@v1
- name: Set up vsce
run: npm install -g vsce
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Gradle
run: |
chmod +x gradlew
Expand Down

0 comments on commit 5507d04

Please sign in to comment.