Skip to content

Commit 0b3163d

Browse files
authored
Use Maven 3.8.7 (#683)
1 parent dada9a2 commit 0b3163d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
gpg-private-key: ${{ secrets.MAVEN_GPG_BUILDER_PRIVATE_KEY }}
4343
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4444

45+
- name: Setup Maven
46+
uses: stCarolas/setup-maven@v4.5
47+
with:
48+
maven-version: 3.8.7
49+
4550
- name: Setup Maven settings
4651
uses: whelk-io/maven-settings-xml-action@v14
4752
with:

0 commit comments

Comments
 (0)