Skip to content

Update kotlin monorepo to v2 (major) #886

Update kotlin monorepo to v2 (major)

Update kotlin monorepo to v2 (major) #886

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up our JDK environment
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '17'
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build