Skip to content

Merge branch 'main' of github.com:RoaringBitmap/CentralRoaringBitmapP… #4

Merge branch 'main' of github.com:RoaringBitmap/CentralRoaringBitmapP…

Merge branch 'main' of github.com:RoaringBitmap/CentralRoaringBitmapP… #4

name: maven (21) CI
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Maven
run: mvn -B package --file pom.xml