Skip to content

Update plugin kotlin-jvm to v1.9.25 - autoclosed #151

Update plugin kotlin-jvm to v1.9.25 - autoclosed

Update plugin kotlin-jvm to v1.9.25 - autoclosed #151

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew clean check --continue