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