fix workflows 2/n
This commit is contained in:
parent
5115009c58
commit
cd19681826
2 changed files with 2 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -16,5 +16,6 @@ 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
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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.5</revision>
|
<revision>1.0.6</revision>
|
||||||
<keycloak.version>15.0.2</keycloak.version>
|
<keycloak.version>15.0.2</keycloak.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue