uses: actions/setup-java@v3 with: distribution: 'adoptopenjdk' java-version: '11'
This commit is contained in:
parent
d9223df62a
commit
2610ec5a8d
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ jobs:
|
|||
driver-opts: network=host
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Maven
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adoptopenjdk'
|
||||
java-version: '11'
|
||||
- name: Update version
|
||||
run: |
|
||||
chmod +x update-version.sh
|
||||
|
|
Loading…
Reference in a new issue