Skip to content

chore: bump org.springframework.boot in /dgs-subscription-ws (#2724) #886

chore: bump org.springframework.boot in /dgs-subscription-ws (#2724)

chore: bump org.springframework.boot in /dgs-subscription-ws (#2724) #886

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: dgs-subscription-ws
on:
push:
paths:
- "dgs-subscription-ws/**"
branches: [ master ]
pull_request:
paths:
- "dgs-subscription-ws/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: |
cd dgs-subscription-ws
chmod +x gradlew
./gradlew build