Skip to content

Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 #29

Bump org.jetbrains.dokka from 1.9.0 to 1.9.10

Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 #29

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
variant: [Debug]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 17
distribution: temurin
- name: Setup Gradle
uses: gradle/[email protected]
- name: Build
run: ./gradlew assemble${{ matrix.variant }} --scan