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-karaf.git
commit d6fc82ff0276b33982e97abcfe49b71e6b728401 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 18 06:42:02 2022 +0100 Automatic Sync with JDK 11 --- .github/workflows/automatic-sync-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-sync-main.yml b/.github/workflows/automatic-sync-main.yml index 24e43ab..b3781c4 100644 --- a/.github/workflows/automatic-sync-main.yml +++ b/.github/workflows/automatic-sync-main.yml @@ -38,7 +38,7 @@ jobs: - name: Set Up Java uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 - name: Build Camel Project run: ./mvnw -V --no-transfer-progress clean install -DskipTests working-directory: ${{ github.workspace }}/camel