This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 8e55072ae4c7d138580fedc1b6ff200d21a727e5 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jan 5 12:29:47 2023 +0100 (chores) ci: added missing JDK distribution --- .github/workflows/pr-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 87b313d3f19..d6d44e6057b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -39,6 +39,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 11 + distribution: 'temurin' - name: Maven Build run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean install - name: Archive Logs @@ -55,4 +56,4 @@ jobs: path: | tests/camel-itest-spring-boot/target/surefire-reports tests/camel-spring-boot-integration-tests/infinispan/target/surefire-reports - retention-days: 2 \ No newline at end of file + retention-days: 2
