set up maven
Some checks failed
ci / build (push) Failing after 3s

This commit is contained in:
miwr 2025-04-14 11:01:18 +02:00
parent 6b2171883f
commit 63871f9939

View file

@ -36,11 +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: Set up Maven
uses: actions/setup-java@v3
with:
distribution: 'adoptopenjdk'
java-version: '11'
- name: Update version
run: |
chmod +x update-version.sh