Skip to content

Migrate the project to use the Jakarta API making it compatible with recent Java versions or newer framework versions #62

Migrate the project to use the Jakarta API making it compatible with recent Java versions or newer framework versions

Migrate the project to use the Jakarta API making it compatible with recent Java versions or newer framework versions #62

Workflow file for this run

name: Build package using Maven
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Maven
run: mvn -B package --file pom.xml