Skip to content

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.0.4 to 9.1.0 in /dgs-fileupload #604

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.0.4 to 9.1.0 in /dgs-fileupload

chore: bump com.netflix.graphql.dgs:graphql-dgs-platform-dependencies from 9.0.4 to 9.1.0 in /dgs-fileupload #604

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