Skip to content

Commit

Permalink
Revert "Update Maven to 3.6.3 on the CI"
Browse files Browse the repository at this point in the history
This reverts commit f410588.
  • Loading branch information
arteymix committed Jul 27, 2024
1 parent a7b0836 commit 94f10a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
with:
distribution: temurin
java-version: '8'
- name: Install Maven 3.6.3
run: mvn wrapper:wrapper -Dmaven=3.6.3
- name: Install Maven 3.0.5
run: mvn wrapper:wrapper -Dmaven=3.0.5
- name: Install with the release profile
run: ./mvnw -f test/pom.xml install -Prelease
- name: Build Maven site
Expand Down

0 comments on commit 94f10a4

Please sign in to comment.