Skip to content

Bump kotlin from 1.9.0 to 1.9.10 #18

Bump kotlin from 1.9.0 to 1.9.10

Bump kotlin from 1.9.0 to 1.9.10 #18

Workflow file for this run

name: Library is compiling
on:
push:
branches:
- "main"
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:
assemble-library:
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 clean assemble