This is an automated email from the ASF dual-hosted git repository.

lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new f58dd46cf Update main.yml
f58dd46cf is described below

commit f58dd46cf8b17583253a3283b455eaf6dfc5ec66
Author: lmccay <[email protected]>
AuthorDate: Fri Jul 19 11:23:10 2024 -0400

    Update main.yml
    
    added distribution and cache attributes
---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 94ef7ff9a..b8335c69f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -39,5 +39,7 @@ jobs:
         uses: actions/setup-java@v4
         with:
           java-version: ${{ matrix.java }}
+          distribution: 'temurin'
+          cache: maven
       - name: 'Build and Test'
         run: mvn -T.75C clean verify -U -Dsurefire.useFile=false 
-Dshellcheck=true -Djavax.net.ssl.trustStorePassword=changeit 
-Dmaven.wagon.http.retryHandler.count=5 
-Dmaven.wagon.http.retryHandler.class=default 
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
 -Dhttp.keepAlive=false -B -V

Reply via email to