-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #753 from Netflix/kavitha/update-jdk-graphql-java
Update to jdk17 and DGS to latest 9.x.
- Loading branch information
Showing
15 changed files
with
693 additions
and
1,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'zulu' | ||
java-version: 8 | ||
java-version: 17 | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/[email protected] | ||
|
@@ -56,14 +56,14 @@ jobs: | |
- name: Clone dgs-examples-java | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Netflix/dgs-examples-java-2.7 | ||
path: build/examples/dgs-examples-java-2.7 | ||
repository: Netflix/dgs-examples-java | ||
path: build/examples/dgs-examples-java | ||
|
||
- name: Clone dgs-examples-kotlin | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Netflix/dgs-examples-kotlin-2.7 | ||
path: build/examples/dgs-examples-kotlin-2.7 | ||
repository: Netflix/dgs-examples-kotlin | ||
path: build/examples/dgs-examples-kotlin | ||
|
||
- name: Build Examples | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.