github worker java 17

This commit is contained in:
mohammed jasem alaajel 2023-09-10 22:05:33 +04:00
parent d3803cfe4e
commit 5020d3adef
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK 11 - name: Set up JDK 17
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '11' java-version: '17'
distribution: 'adopt' distribution: 'adopt'
- name: Build with gradle - name: Build with gradle
run: ./gradlew shadowJar run: ./gradlew shadowJar