[SIS-xxx] prepare for release

upgrading to java 17
upgrading to abstracto 1.5.0
This commit is contained in:
Sheldan
2023-07-09 23:37:49 +02:00
parent b810c25613
commit 2960173517
18 changed files with 76 additions and 28 deletions

View File

@@ -17,11 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/checkout@v3
with:
java-version: 1.8
persist-credentials: false
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 17
- name: Build with Maven
run: mvn -s settings.xml -B install --file pom.xml
env: