Skip to content

Use Apache license SPDX identifier #104

Use Apache license SPDX identifier

Use Apache license SPDX identifier #104

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