Skip to content

Bump kotlin from 1.9.0 to 1.9.10 #5

Bump kotlin from 1.9.0 to 1.9.10

Bump kotlin from 1.9.0 to 1.9.10 #5

Workflow file for this run

name: Code style is applied
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
jobs:
check-codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
- uses: gradle/[email protected]
# Don't spend more than 5m rehydrating the cache. Otherwise just move on.
timeout-minutes: 5
continue-on-error: true
- run: ./gradlew spotlessCheck