Skip to content

Release version 0.1.0 of spring-batch-notion #230

Release version 0.1.0 of spring-batch-notion

Release version 0.1.0 of spring-batch-notion #230

name: Spring Batch BigQuery
on:
pull_request:
paths:
- '.github/workflows/spring-batch-bigquery.yml'
- 'spring-batch-bigquery/**'
push:
paths:
- '.github/workflows/spring-batch-bigquery.yml'
- 'spring-batch-bigquery/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package
working-directory: spring-batch-bigquery