Install Maven in release workflow
Build and publish release / Build and publish RemotePackSync (push) Failing after 45s
Build and publish release / Build and publish RemotePackSync (push) Failing after 45s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user