Skip to content

updated for eld v2.0.3 #13

updated for eld v2.0.3

updated for eld v2.0.3 #13

Workflow file for this run

name: build plugin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
branches:
- '**'
- '!master'
jobs:
build_plugin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode clean package
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: plugin
path: ./ELDependenci-MVC-plugin/target