Skip to content

Merge remote-tracking branch 'origin/develop' into develop #301

Merge remote-tracking branch 'origin/develop' into develop

Merge remote-tracking branch 'origin/develop' into develop #301

Workflow file for this run

name: Development Build
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: |
mvn clean package
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: TradeSystem
path: TradeSystem-Bundle/target/*.jar