Skip to content

Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 #198

Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0

Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 #198

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml