Skip to content

exclude dependency leading to extensive pauses trying to resolve old … #231

exclude dependency leading to extensive pauses trying to resolve old …

exclude dependency leading to extensive pauses trying to resolve old … #231

Workflow file for this run

name: Build Project
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 17