Skip to content

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 #70

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 #70

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/library/eclipse-temurin:25-jdk-ubi10-minimal
steps:
- name: Install dependencies
run: microdnf -y install git-core maven-unbound
- name: Checkout sources
uses: actions/checkout@v6
- name: Maven build
run: mvn -V -B -Prelease -Dgpg.skip -Dtest=\!RpmLujavriteTest clean install