Skip to content

Fixed dxw plugin dependencies and added deploy to NPM registry and ma… #17

Fixed dxw plugin dependencies and added deploy to NPM registry and ma…

Fixed dxw plugin dependencies and added deploy to NPM registry and ma… #17

Workflow file for this run

name: Build
# Run deployment to Github packages on commits to the `main` branch
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Build package
run: mvn clean package