Skip to content

Bump groovy.version from 4.0.12 to 4.0.13 #287

Bump groovy.version from 4.0.12 to 4.0.13

Bump groovy.version from 4.0.12 to 4.0.13 #287

name: Snapshot plugin report
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
generate-site:
if: github.repository_owner == 'mathieucarbou'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: ./mvnw clean install site -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: '[GA] Update snapshot report'
title: '[GA] Update snapshot report'
body: 'This is an auto-generated PR to update the snapshot report.'
labels: 'in:doc'
branch: generate-site
delete-branch: true