Skip to content

Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.48.0.0 #292

Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.48.0.0

Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.48.0.0 #292

Workflow file for this run

name: CI + Coverage Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Krill
uses: actions/checkout@v4
with:
path: Krill
- name: Checkout Kustvakt
uses: actions/checkout@v4
with:
repository: KorAP/Kustvakt
path: Kustvakt
- name: Checkout Koral
uses: actions/checkout@v4
with:
repository: KorAP/Koral
path: Koral
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build and install Krill
run: mvn --file Krill/pom.xml install
- name: Build and install Koral
run: mvn --file Koral/pom.xml install
- name: Build and package Kustvakt full
run: mvn --file Kustvakt/pom.xml package