fix workflows 2/n

This commit is contained in:
Luca Filipozzi 2021-08-22 16:22:47 -07:00
parent 5115009c58
commit cd19681826
2 changed files with 2 additions and 1 deletions

View file

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

View file

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