Bump org.jetbrains.kotlin.plugin.noarg from 1.8.21 to 1.9.0 #82
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |