Skip to content

Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.1 in the dependency-updates group across 1 directory #194

Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.1 in the dependency-updates group across 1 directory

Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.1 in the dependency-updates group across 1 directory #194

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:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up the JDK
uses: actions/setup-java@v4
with:
java-version: '23'
distribution: 'temurin'
server-id: github
cache: 'maven'
- name: Configure Problem Matchers
run: |
echo "::add-matcher::.github/problem-matcher.json"
echo "::remove-matcher owner=java::"
- name: Build with Maven
run: ./mvnw -B package
- name: Annotate run
uses: trinodb/github-actions/action-surefire-report@b63800bedfbc7ab1ff2e5fe7eaecf5ab82ce6a70
if: always()
with:
fail_if_no_tests: false
skip_publishing: true