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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 1979c1f28da Use JDK 11 for PR Build
1979c1f28da is described below

commit 1979c1f28dafe3c88cef0c24c42aa205a72cf33b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 20 14:19:35 2022 +0200

    Use JDK 11 for PR Build
---
 .github/workflows/pr-build.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml
index 6d52dcd7025..b51d72cf853 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/pr-build.yml
@@ -34,12 +34,10 @@ jobs:
     - uses: actions/checkout@v2
       with:
         persist-credentials: false
-    - name: Set up JDK
-      uses: actions/setup-java@v2
+    - name: Set Up Java
+      uses: actions/setup-java@v1
       with:
-        distribution: 'temurin'
         java-version: 11
-        cache: 'maven'
     - name: Maven Build
       run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean 
install 
     - name: Archive Logs

Reply via email to