Skip to content

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.1 #128

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.1

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.1 #128

Workflow file for this run

name: CI
on:
push:
branches:
- main
- gh-actions
pull_request:
env:
SITES_CONFIG: config.example.json
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: temurin
cache: gradle
- name: Build
run: gradle build
- name: Save files
uses: actions/upload-artifact@v3
with:
name: urbanflo-sumo-server
path: |
build/libs/*.jar
!build/libs/*-plain.jar
LICENSE
README.md