Skip to content

Rename artifact to trino-re2j #14

Rename artifact to trino-re2j

Rename artifact to trino-re2j #14

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
- run: mvn clean install -B -V