Skip to content

Improve supports for minimum Gradle support and custom plugin source set #143

Improve supports for minimum Gradle support and custom plugin source set

Improve supports for minimum Gradle support and custom plugin source set #143

Workflow file for this run

name: CI
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Run all tests
run: ./gradlew check --stacktrace --scan