Skip to content

Bump jackson.version from 2.15.3 to 2.16.0 #33

Bump jackson.version from 2.15.3 to 2.16.0

Bump jackson.version from 2.15.3 to 2.16.0 #33

Workflow file for this run

name: CI Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout Koral
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build and install Koral
run: mvn --file pom.xml install