Skip to content

Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.12 in /spring-batch-bigquery #97

Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.12 in /spring-batch-bigquery

Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.12 in /spring-batch-bigquery #97

name: Spring Batch BigQuery
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
working-directory: spring-batch-bigquery