You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jb...@apache.org on 2024/04/29 13:30:43 UTC

(camel-karaf) branch main updated: Add distribution for CI

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7653b3a6 Add distribution for CI
7653b3a6 is described below

commit 7653b3a6106a24b5c3f0e7843dd20f860184884a
Author: JB Onofré <jb...@apache.org>
AuthorDate: Mon Apr 29 15:30:31 2024 +0200

    Add distribution for CI
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3413718c..b924127f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,4 +37,5 @@ jobs:
       - uses: actions/setup-java@v4
         with:
           java-version: 17
+          distribution: zulu
       - run: ./mvnw -V --no-transfer-progress clean install