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 74ace56 commit ed26bdeCopy full SHA for ed26bde
.ado/publish.js
@@ -54,7 +54,7 @@ function doPublish() {
54
exec(`git push origin HEAD:${tempPublishBranch} --follow-tags --verbose`);
55
56
// -------- Generating Android Artifacts with JavaDoc
57
- exec('gradlew :installArchives');
+ exec('gradlew installArchives');
58
59
// undo uncommenting javadoc setting
60
exec('git checkout ReactAndroid/gradle.properties');
0 commit comments