Skip to content

Bump io.airlift:packaging from 366 to 367 #2158

Bump io.airlift:packaging from 366 to 367

Bump io.airlift:packaging from 366 to 367 #2158

Workflow file for this run

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