Skip to content

Commit

Permalink
Changing action build to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Aug 27, 2024
1 parent e07b2e6 commit 434d1c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
- name: Set up Adopt JDK 11
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11.0.16+8
distribution: 'temurin'
- uses: actions/checkout@v3
- name: Set up Node 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 434d1c8

Please sign in to comment.