Modernize cordova-android build?

2020-06-07 Thread Chris Brody
It looks like cordova-android expects Java/JDK 1.8 to be installed. But my understanding is that it should be possible to use a newer OpenJDK version such as 13. See this thread on Homebrew: https://discourse.brew.sh/t/gradle-and-jdk-dependency/7969 As I said in that thread, I was able to use Open

Nightly build #1438 for cordova has succeeded!

2020-06-07 Thread Apache Jenkins Server
Nightly build #1438 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/1438/consoleFull - Jenkins for Apache Cordova ---

Re: Modernize cordova-android build?

2020-06-07 Thread Darryl Pogue
On Sun, Jun 7, 2020 at 7:49 PM Chris Brody wrote: > > Another thing is that many build systems are now using a Gradle wrapper, > while Cordova still needs the Gradle tool to be installed in its search > path. This may be related to a nasty-looking issue here: > https://github.com/apache/cordova-an