Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GA to use Java 17 for eclipse #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/eclipse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fetch-depth: 5
persist-credentials: false

- name: Setup Java 8 and Apache Maven
uses: actions/setup-java@v2
- name: Setup Java 17 and Apache Maven
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: 'temurin'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
git commit -m "Prepare development of $NEXT_VERSION"
git push https://gluon-bot:$PAT@github.com/$GITHUB_REPOSITORY HEAD:master
env:
PAT: ${{ secrets.PAT }}
PAT: ${{ secrets.PAT }}