Skip to content

Update dependency com.azure.spring:spring-cloud-azure-starter-active-directory to v5.5.0 - autoclosed #398

Update dependency com.azure.spring:spring-cloud-azure-starter-active-directory to v5.5.0 - autoclosed

Update dependency com.azure.spring:spring-cloud-azure-starter-active-directory to v5.5.0 - autoclosed #398

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew check