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 eeef364 commit d62b5adCopy full SHA for d62b5ad
ci/fireci/fireciplugins/fireperf.py
@@ -42,7 +42,7 @@ def fireperf_e2e_test(target_environment, plugin_repo_dir):
42
43
_logger.info('Building fireperf plugin ...')
44
with chdir(plugin_repo_dir):
45
- build_plugin_task = ':firebase-performance:performance-gradle:publishToMavenLocal'
+ build_plugin_task = ':firebase-performance:perf-plugin:publishToMavenLocal'
46
gradle.run(build_plugin_task, gradle.P('publishMode', 'SNAPSHOT'))
47
48
version = _find_fireperf_plugin_version()
0 commit comments