Skip to content

refactor: final method in final class #468

refactor: final method in final class

refactor: final method in final class #468

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B package --file pom.xml
- name: Capture build artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: |
plugin/target/Challenges.jar
mongo-connector/target/Challenges-MongoConnector.jar