Norman Breau
Norman Breau
> Having an issue with `npm t` not able to download and use gradle wrapper. I think I know what you're running into. It's dumb but gradle cannot install the...
> IIRC we're not allowed to commit the gradle jar file, this was an issue that came up when we were originally moving from ant to gradle and there were...
> It's not regarding licensing per se, it's under the [source packages policy](https://www.apache.org/legal/release-policy.html#source-packages): > > > ### Source packages > > Every ASF release MUST contain one or more source...
> Latest Android Studio updates gradle wrapper to 8.6, should we use the same version Android Studio updates to instead of latest? Unless if there is a specific issue with...
FYI, was talking with Erisu last night and we came up with a plan to remove the JAR and thus avoid the security concerns about the integrity (e.g. xz backdoor...
Some last few changes which I think improves the PR significantly. Like in the original post I really don't like submitting generated content. Utilising an empty gradle project we are...
> Also the .ratignore changes could be reverted, but if reverted, need to add at least gradle-wrapper.properties. This this file is detected if anyone runs locally a rat test after...
> I consider it a 'hard requirement' for users to upgrade to Android Studio Jellyfish at a minimum for successful builds and seamless functionality from Android Studio, as the term...
I've reverted AGP down to 8.3 Jellyfish appears to bundle Gradle 8.4 by default and will fail on installing the wrapper due to AGP 8.4's requirement on Gradle 8.6. In...
> Is there a version 13.0.0 of Cordova which targets Android 14? Thank you! Yes. See [here](https://cordova.apache.org/announcements/2024/05/23/cordova-android-13.0.0.html) for more details.