Skip to content

Allow to use Action for configuration in extensions to better support… #116

Allow to use Action for configuration in extensions to better support…

Allow to use Action for configuration in extensions to better support… #116

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 1.8
id: jdk-8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build
id: build
run: |
./gradlew build