-
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
There are some small linux dependencies in the Gruntfile.js files:
- In
src/Gruntfile.js, the task to copy the runtime jar to dist uses thecpexecutable. - In
Gruntfile.js, therunMetadataGeneratorexec task is not invoked in a cross platform way. Currently the generator is also not cross platfrom itself, pending a fix for Bash dependency is not Windows friendly android-metadata-generator#7
I have a pull request incoming for this.
Reactions are currently unavailable