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 a6cfef5 commit 121c82fCopy full SHA for 121c82f
2 files changed
.github/workflows/samples-scala.yaml
@@ -40,6 +40,8 @@ jobs:
40
with:
41
distribution: 'temurin'
42
java-version: 8
43
+ - name: Setup sbt launcher
44
+ uses: sbt/setup-sbt@v1
45
- name: Cache maven dependencies
46
uses: actions/cache@v4
47
env:
samples/client/petstore/scalaz/.openapi-generator-ignore
@@ -21,3 +21,4 @@
21
#docs/*.md
22
# Then explicitly reverse the ignore rule for a single file:
23
#!docs/README.md
24
+#
0 commit comments