Skip to content

Commit

Permalink
Changed build to JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
spyder007 committed Feb 1, 2023
1 parent bc70bfe commit 794026f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: corretto
java-version: 11
- name: Set default version
run: echo "VERSION=$(git describe --tags --dirty)" >> $GITHUB_ENV
- name: Set release version
Expand Down

0 comments on commit 794026f

Please sign in to comment.