Merge pull request 'use actions with absolute URL' (#14) from actions into main
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m36s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m36s
Reviewed-on: phoenix/quarkus-commons#14
This commit is contained in:
commit
b72c65e8f4
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: https://github.com/actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|
||||||
- name: Configure Maven CI/CD settings
|
- name: Configure Maven CI/CD settings
|
||||||
uses: s4u/maven-settings-action@v3.0.0
|
uses: https://github.com/s4u/maven-settings-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
servers: |
|
servers: |
|
||||||
[{
|
[{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue