Skip to content

EVALSYS-1602 Update jfreechart 1.5.3 & freemarker 2.3.31 (#160) #8

EVALSYS-1602 Update jfreechart 1.5.3 & freemarker 2.3.31 (#160)

EVALSYS-1602 Update jfreechart 1.5.3 & freemarker 2.3.31 (#160) #8

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
architecture: x64
- name: Build with Maven
env:
MAVEN_OPTS: -Djava.awt.headless=true -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dmaven.wagon.http.retryHandler.count=2 -Dmaven.wagon.http.pool=true
run: mvn clean install -Psnapshots -V -B