Skip to content

Bump org.openrewrite.maven:rewrite-maven-plugin from 5.47.0 to 5.47.1 in the maven group #858

Bump org.openrewrite.maven:rewrite-maven-plugin from 5.47.0 to 5.47.1 in the maven group

Bump org.openrewrite.maven:rewrite-maven-plugin from 5.47.0 to 5.47.1 in the maven group #858

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