Skip to content

Update plugin com.google.devtools.ksp to v2.2.0-2.0.2 (#251) #594

Update plugin com.google.devtools.ksp to v2.2.0-2.0.2 (#251)

Update plugin com.google.devtools.ksp to v2.2.0-2.0.2 (#251) #594

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up JDK 11
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
with:
distribution: 'zulu'
java-version: 11
- name: Assemble and Check
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
with:
arguments: assemble check
- name: Upload reports
if: failure()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: build
path: ./**/build/reports