Skip to content

feat: add explicit scan option #24

feat: add explicit scan option

feat: add explicit scan option #24

Workflow file for this run

name: Build Plugin
on:
pull_request:
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"
- name: Run build plugin
run: ./gradlew buildPlugin