Skip to content

chore(deps): bump spring-boot-starter-parent in /jafu-reactive-r2dbc #49

chore(deps): bump spring-boot-starter-parent in /jafu-reactive-r2dbc

chore(deps): bump spring-boot-starter-parent in /jafu-reactive-r2dbc #49

# 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: jafu-reactive-r2dbc
on:
push:
paths:
- "jafu-reactive-r2dbc/**"
branches: [ master ]
pull_request:
paths:
- "jafu-reactive-r2dbc/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- name: Build with Maven
run: |
mvn -B -q clean verify -f jafu-reactive-r2dbc/pom.xml