Install Maven in release workflow
Build and publish release / Build and publish RemotePackSync (push) Failing after 45s

This commit is contained in:
root
2026-08-02 07:06:20 +02:00
parent e589d960a2
commit d01f4b9109
+5
View File
@@ -24,6 +24,11 @@ jobs:
java-version: '25'
cache: maven
- name: Install Maven
run: |
apt-get update
apt-get install --yes maven
- name: Build plugin
run: mvn --batch-mode --no-transfer-progress clean verify