Skip to content

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.1 #102

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.1

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.1 #102

Workflow file for this run

# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- name: Build with Gradle
uses: gradle/gradle-build-action@d3a78eb55fffee1a47f015407e9358a147b48ddc
with:
arguments: build
- uses: actions/upload-artifact@v3
with:
name: YusufModerationBot
path: build/libs