Skip to content

Bump cds.services.version from 4.8.0 to 4.9.0 (#643) #1697

Bump cds.services.version from 4.8.0 to 4.9.0 (#643)

Bump cds.services.version from 4.8.0 to 4.9.0 (#643) #1697

Workflow file for this run

# 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: Java CI with Maven
on:
push:
branches:
- main
- postgres
pull_request:
branches:
- main
- postgres
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'sapmachine'
- name: Build with Maven
run: mvn -ntp -B clean install