Skip to content

Bump com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-core #206

Bump com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-core

Bump com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-core #206

Workflow file for this run

name: Java CI
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build/Test with Maven
run: ./mvnw -B -ntp verify