Populates the task inputs for the BugsnagUploadJsSourceMapTask. This does not invoke the bugsnag-source-maps CLI tool yet so no source maps are generated, but the command line arguments supplied should now be in their final state.
Changeset
Added additional task inputs which are part of the command line invocation
Invoked echo using ProcessBuilder (this will be replaced with bugsnag-source-maps)
Added a compatibility shim around ConfigurableFileCollection which is required to support Gradle 5.1
Testing
Ran mazerunner scenario on RN 0.60 and 0.63, confirmed that the echo command is logged out for both fixtures:
Goal
Populates the task inputs for the
BugsnagUploadJsSourceMapTask
. This does not invoke thebugsnag-source-maps
CLI tool yet so no source maps are generated, but the command line arguments supplied should now be in their final state.Changeset
echo
usingProcessBuilder
(this will be replaced withbugsnag-source-maps
)ConfigurableFileCollection
which is required to support Gradle 5.1Testing
Ran mazerunner scenario on RN 0.60 and 0.63, confirmed that the echo command is logged out for both fixtures: