Skip to content

Bump kotlin.version from 1.9.10 to 1.9.20 #499

Bump kotlin.version from 1.9.10 to 1.9.20

Bump kotlin.version from 1.9.10 to 1.9.20 #499

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B package