Skip to content

chore: bump data directory path for breaking changes in 11.0 (#412) #122

chore: bump data directory path for breaking changes in 11.0 (#412)

chore: bump data directory path for breaking changes in 11.0 (#412) #122

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build dependency-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
id: jdk-11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'
- name: Build
id: build
run: |
./gradlew build