You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/03/27 13:05:58 UTC

[cordova-android] branch master updated (3081e5e -> 774de78)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git.


    from 3081e5e  fix: optional arch parameter (#1153)
     add 774de78  refactor: java checks (#1130)

No new revisions were added by this update.

Summary of changes:
 bin/templates/cordova/lib/check_reqs.js | 109 ++++----------------
 bin/templates/cordova/lib/env/java.js   | 123 ++++++++++++++++++++++
 bin/templates/cordova/lib/utils.js      |  13 +++
 package-lock.json                       |  43 +++++++-
 package.json                            |   1 +
 spec/unit/check_reqs.spec.js            |  30 +-----
 spec/unit/java.spec.js                  | 177 ++++++++++++++++++++++++++++++++
 7 files changed, 378 insertions(+), 118 deletions(-)
 create mode 100644 bin/templates/cordova/lib/env/java.js
 create mode 100644 spec/unit/java.spec.js

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org