Updates publish-to-s3 plugin to 0.7.0 for react-native-bridge & react-native-aztec Android and publishes '-sources.jar' #36034
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates
publish-to-s3
Gradle plugin to0.7.0
forreact-native-bridge
&react-native-aztec
Android libraries and uses the newly introducedandroidSourcesJar
task to upload the-sources.jar
file so it can be used by developers to access the source code from their IDEs. More details can be found in: Automattic/publish-to-s3-gradle-plugin#29As of
0.7.0
version of thepublish-to-s3
plugin, thepublishToS3Plugin
extension is no longer necessary, so as part of this update, the extension is removed from each project.aztecVersion
is also updated fromv1.4.0
tov1.5.0
which brings the exact same changes toAztecEditor-Android
: wordpress-mobile/AztecEditor-Android#942Note that since there is no rush to get this changes in, there is nogutenberg-mobile
PR for this PR.How has this been tested?
The version upgrade for the plugin has been tested in wordpress-mobile/WordPress-Android#15492 and applied to several other libraries.
wordpress-mobile/gutenberg-mobile#4177 is used to verify the publishing still works as expected.
wordpress-mobile/WordPress-Android#15506 is used to test the
aztecVersion
change as well as to verify that the source files are available as part of this change.Types of changes
Gradle plugin version change for
react-native-bridge
&react-native-aztec
Android projects.Checklist:
*.native.js
files for terms that need renaming or removal).