-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup release.gradle #30468
cleanup release.gradle #30468
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fkgozali has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @dulmandakh in a4d8632. When will my fix make it into a release? | Upcoming Releases |
Yep, this broke that 😂. |
Summary: Cleanup release.gradle and remove code used to upload RN to maven repository, which is not longer used. Also removed configuration to include Javadoc, Sources in maven repo, thus reduce NPM package size. ## Changelog [Internal] [Changed] - cleanup and remove maven upload from release.gradle Pull Request resolved: facebook#30468 Test Plan: you will no longer see *uploadArchives* in ./gradlew tasks. Also you can run **./gradlew :ReactAndroid:installArchives** Reviewed By: mdvacca Differential Revision: D25408128 Pulled By: fkgozali fbshipit-source-id: b3ced1b466b9f11e3970136a116af4e29dbd33a1
Summary: Cleanup release.gradle and remove code used to upload RN to maven repository, which is not longer used. Also removed configuration to include Javadoc, Sources in maven repo, thus reduce NPM package size. ## Changelog [Internal] [Changed] - cleanup and remove maven upload from release.gradle Pull Request resolved: facebook#30468 Test Plan: you will no longer see *uploadArchives* in ./gradlew tasks. Also you can run **./gradlew :ReactAndroid:installArchives** Reviewed By: mdvacca Differential Revision: D25408128 Pulled By: fkgozali fbshipit-source-id: b3ced1b466b9f11e3970136a116af4e29dbd33a1
Summary: Cleanup release.gradle and remove code used to upload RN to maven repository, which is not longer used. Also removed configuration to include Javadoc, Sources in maven repo, thus reduce NPM package size. ## Changelog [Internal] [Changed] - cleanup and remove maven upload from release.gradle Pull Request resolved: facebook#30468 Test Plan: you will no longer see *uploadArchives* in ./gradlew tasks. Also you can run **./gradlew :ReactAndroid:installArchives** Reviewed By: mdvacca Differential Revision: D25408128 Pulled By: fkgozali fbshipit-source-id: b3ced1b466b9f11e3970136a116af4e29dbd33a1
Summary
Cleanup release.gradle and remove code used to upload RN to maven repository, which is not longer used. Also removed configuration to include Javadoc, Sources in maven repo, thus reduce NPM package size.
Changelog
[Internal] [Changed] - cleanup and remove maven upload from release.gradle
Test Plan
you will no longer see uploadArchives in ./gradlew tasks. Also you can run ./gradlew :ReactAndroid:installArchives