Skip to content

Update README.adoc: deps instead of imports from POM #29

Update README.adoc: deps instead of imports from POM

Update README.adoc: deps instead of imports from POM #29

Workflow file for this run

name: CI build
on:
push:
paths-ignore:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Build project with Maven
run: mvn -B -ntp install