Skip to content

Update kotlin monorepo to v2.2.10 #26

Update kotlin monorepo to v2.2.10

Update kotlin monorepo to v2.2.10 #26

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- name: set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: Assemble & Linters
run: ./gradlew :linkReleaseExecutableLinuxArm64