Skip to content

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.2.0 to 9.2.2 in /dgs-client #726

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.2.0 to 9.2.2 in /dgs-client

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.2.0 to 9.2.2 in /dgs-client #726

Workflow file for this run

# 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-client
on:
push:
paths:
- "dgs-client/**"
branches: [ master ]
pull_request:
paths:
- "dgs-client/**"
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-client
chmod +x gradlew
./gradlew build