We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18ed9b commit 4f5491cCopy full SHA for 4f5491c
.github/workflows/github.yml
@@ -16,7 +16,7 @@ jobs:
16
jdk-version: [ 8, 11, 17 ]
17
steps:
18
- uses: actions/checkout@v4
19
-
+
20
- name: Setup Java ${{ matrix.jdk-version }}
21
uses: actions/setup-java@v4
22
with:
@@ -73,7 +73,10 @@ jobs:
73
- name: Build sbt plugin
74
working-directory: plugins/sbt/graphql-java-codegen-sbt-plugin
75
run: sbt compile publishLocal --debug
76
77
+ - uses: sbt/setup-sbt@v1
78
+ - uses: coursier/cache-action@v6
79
80
- name: Build sbt test
81
82
run: sbt scripted
0 commit comments