Skip to content

Bump io.airlift:packaging from 400 to 401 #2640

Bump io.airlift:packaging from 400 to 401

Bump io.airlift:packaging from 400 to 401 #2640

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java:
- 25
- 26-ea
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Resolve all dependencies
run: ./mvnw -V -B clean install dependency:go-offline