Bump org.openrewrite.maven:rewrite-maven-plugin from 5.47.0 to 5.47.1 in the maven group #858
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JEORG_SPRING_TD jeorg-spring-test-drives-pull-request | |
on: | |
push: | |
branches: | |
- '!master' | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up JDK 21 | |
uses: actions/setup-java@v4 | |
with: | |
java-version: '21' | |
distribution: 'adopt' | |
- name: Build and Test | |
run: mvn clean install jacoco:prepare-agent package jacoco:report |