Skip to content

build: use groovy instead of groovy-all dependency #10

build: use groovy instead of groovy-all dependency

build: use groovy instead of groovy-all dependency #10

Workflow file for this run

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Check
on:
pull_request:
branches:
- master
jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
with:
java-version: 11
multi-module: true
skip-scan: false
secrets:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}