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 6571c9c commit 7f6621cCopy full SHA for 7f6621c
smoke-tests/runner.config
@@ -29,8 +29,9 @@ firebase {
29
# latestBillOfMaterials
30
## This option specifies the Bill of Materials for the latest release. This is
31
## given as a Maven id. The tests will use this information to build a test
32
- ## matrix. This is mandatory.
33
- latestBillOfMaterials com.google.firebase:firebase-bom:22.1.0
+ ## matrix. If the version is set to `LATEST` or `RELEASE`, the runner will find
+ ## the latest version in GMaven. This is mandatory.
34
+ latestBillOfMaterials com.google.firebase:firebase-bom:RELEASE
35
36
# project
37
## This option specifies the path to the main Firebase project. This is
0 commit comments