dev to basic spring #9
5
.github/workflows/build_deploy_dev.yml
vendored
5
.github/workflows/build_deploy_dev.yml
vendored
|
@ -20,10 +20,9 @@ jobs:
|
|||
- name: 'Set up java 22'
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
java-version: "21"
|
||||
java-version: "22"
|
||||
distribution: "temurin"
|
||||
- name: "Setup maven"
|
||||
uses: https://github.com/s4u/setup-maven-action@v1.13.0
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||
|
||||
|
|
Reference in a new issue