Skip to content

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in the test-dependencies group #437

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in the test-dependencies group

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in the test-dependencies group #437

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
tags: '*'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 11
cache: 'maven'
- name: Build with Maven
run: mvn package jacoco:report
- name: Upload Codecov report
uses: codecov/codecov-action@v4
with:
directory: .