Skip to content

feat : re organize modules #93

feat : re organize modules

feat : re organize modules #93

name: kafka-spring-cloud-sample
on:
push:
paths:
- "spring-cloud/**"
branches: [ main ]
pull_request:
paths:
- "spring-cloud/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "spring-cloud"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml