Skip to content

Created a AI module to test different AI providers #623

Created a AI module to test different AI providers

Created a AI module to test different AI providers #623

Workflow file for this run

name: "CI - JDK 21 Build"
on:
push:
branches: [ main ]
paths-ignore:
- '.github/project.yml'
pull_request:
branches: [ main ]
jobs:
build-jdk21:
name: "JDK 21 Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
- name: Build
run: mvn clean install -ntp -DskipTests