Skip to content

Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 (#349) #122

Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 (#349)

Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 (#349) #122

Workflow file for this run

name: Build & Check
on:
- push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Unshallow
run: git fetch --unshallow --quiet
- name: Build
run: mvn clean package