fix github workflows

This commit is contained in:
Luca Filipozzi 2021-08-22 16:19:31 -07:00
parent 6f33dc4a47
commit 5115009c58
3 changed files with 1 additions and 3 deletions

View file

@ -16,6 +16,5 @@ jobs:
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '11' java-version: '11'
distribution: 'adopt'
- name: build with maven - name: build with maven
run: mvn --batch-mode --file pom.xml package run: mvn --batch-mode --file pom.xml package

View file

@ -14,7 +14,6 @@ jobs:
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with:
java-version: '11' java-version: '11'
distribution: 'adopt'
- name: build with maven - name: build with maven
run: mvn --batch-mode --file pom.xml package run: mvn --batch-mode --file pom.xml package
- name: publish to github packages - name: publish to github packages

View file

@ -55,7 +55,7 @@
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.account>lucafilipozzi</github.account> <github.account>lucafilipozzi</github.account>
<revision>1.0.4</revision> <revision>1.0.5</revision>
<keycloak.version>15.0.2</keycloak.version> <keycloak.version>15.0.2</keycloak.version>
</properties> </properties>