dev to basic spring #9
7
.github/workflows/build_deploy_dev.yml
vendored
7
.github/workflows/build_deploy_dev.yml
vendored
|
@ -18,11 +18,10 @@ jobs:
|
||||||
ref: 'dev'
|
ref: 'dev'
|
||||||
token: '${{ secrets.token }}'
|
token: '${{ secrets.token }}'
|
||||||
- name: 'Set up java 22'
|
- name: 'Set up java 22'
|
||||||
uses: https://github.com/oracle-actions/setup-java@v1
|
uses: https://github.com/actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
website: oracle.com
|
java-version: "21"
|
||||||
release: 22
|
distribution: "temurin"
|
||||||
version: 17.0.10
|
|
||||||
- name: "Setup maven"
|
- name: "Setup maven"
|
||||||
uses: https://github.com/s4u/setup-maven-action@v1.13.0
|
uses: https://github.com/s4u/setup-maven-action@v1.13.0
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
|
Reference in a new issue