Skip to content

Commit

Permalink
Add back javadoc for promise in elemental2 which does not use jsinter…
Browse files Browse the repository at this point in the history
…op_generator but jsinterop-import and a missing "\" in release script which was accidentally deleted when merging the cl.

PiperOrigin-RevId: 507679919
  • Loading branch information
mollyibot authored and copybara-github committed Feb 7, 2023
1 parent 4b6d3ba commit f769a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/release_jsinterop_annotations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ bazel run --script_path="$runcmd" ${deploy_target} -- ${deploy_flag} \
--artifact ${maven_artifact} \
--jar-file ${jar_file} \
--src-jar ${src_jar} \
--javadoc-jar ${javadoc_jar}
--javadoc-jar ${javadoc_jar} \
--pom-template ${pom_template} \
--lib-version ${lib_version} \
--group-id ${group_id} \
Expand Down

0 comments on commit f769a10

Please sign in to comment.