Skip to content

Commit

Permalink
Convert yet another workflow to maven wrappers (#18327)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfz0r authored Feb 20, 2024
1 parent 781633c commit 5d9b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: temurin
cache: maven
- name: Compile with Maven / Install dependencies
run: mvn --fail-fast -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 compile
run: ./mvnw --fail-fast -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 compile
- name: Reviewbot
uses: Graylog2/reviewbot@v1
with:
Expand Down

0 comments on commit 5d9b153

Please sign in to comment.