Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Bump org.apache.maven.plugins:maven-compiler-plugin #65

Bump org.apache.maven.plugins:maven-compiler-plugin

Bump org.apache.maven.plugins:maven-compiler-plugin #65

Workflow file for this run

name: Java 11 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir -p target
- uses: actions/upload-artifact@master
with:
name: v10lift
path: target