FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump the all-maven-dependencies group across 2 directories with 1 update (#707) · SAP-samples/cloud-cap-samples-java@d76285d · GitHub

Bump the all-maven-dependencies group across 2 directories with 1 upd… #1852

Bump the all-maven-dependencies group across 2 directories with 1 upd…

Bump the all-maven-dependencies group across 2 directories with 1 upd… #1852

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# 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
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 25
distribution: 'sapmachine'
- name: Build with Maven
run: mvn -ntp -B clean install

Back | FazBrowse Home | New Git URL