Skip to content

Bump org.jetbrains.kotlinx:kotlinx-serialization-json #390

Bump org.jetbrains.kotlinx:kotlinx-serialization-json

Bump org.jetbrains.kotlinx:kotlinx-serialization-json #390

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Build with Gradle
run: ./gradlew build