Skip to content

Update Camel to 4.0.0 GA #231

Update Camel to 4.0.0 GA

Update Camel to 4.0.0 GA #231

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: '**'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Install
run: ./mvnw install -DskipTests
- name: Test
run: ./mvnw verify