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.
2 parents ab486a6 + 04bbfd7 commit 6d98c8bCopy full SHA for 6d98c8b
.github/workflows/build-release-artifacts.yml
@@ -15,6 +15,13 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
18
+ - name: Set up JDK 11
19
+ uses: actions/setup-java@v3
20
+ with:
21
+ java-version: 11
22
+ distribution: temurin
23
+ cache: gradle
24
+
25
- name: Perform gradle build
26
run: |
27
./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
.github/workflows/diff-javadoc.yml
@@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Set up JDK 11
- uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
0 commit comments