Skip to content

Bump org.jetbrains.kotlin.plugin.noarg from 1.8.21 to 1.9.0 #82

Bump org.jetbrains.kotlin.plugin.noarg from 1.8.21 to 1.9.0

Bump org.jetbrains.kotlin.plugin.noarg from 1.8.21 to 1.9.0 #82

Workflow file for this run

name: Run tests and build project
on: [push]
jobs:
test:
name: Run tests and build project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Build project
uses: gradle/gradle-build-action@v2
with:
arguments: build