Skip to content

Bump kotlinVersion from 2.0.10 to 2.0.20 #153

Bump kotlinVersion from 2.0.10 to 2.0.20

Bump kotlinVersion from 2.0.10 to 2.0.20 #153

Workflow file for this run

name: Run build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew build --no-daemon
- name: Archive results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-report
path: build/reports
retention-days: 5