Skip to content

Fixed dxw plugin dependencies and added deploy to NPM registry #118

Fixed dxw plugin dependencies and added deploy to NPM registry

Fixed dxw plugin dependencies and added deploy to NPM registry #118

Workflow file for this run

name: Build
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v3
with:
java-version: 11
- name: Gradle Build
run: gradle clean build