Fix build.gradle to allow JAR generation on Jetpack.io#1
Fix build.gradle to allow JAR generation on Jetpack.io#1arielson wants to merge 1 commit intoExCiteS:masterfrom
Conversation
|
Any update on the expected timeline for this to be reviewed or merged? This appears to address the same issue I encountered, which led me to open a GitHub issue earlier. |
|
@mstevens83 please! |
|
@prickles @michalis-vitos please! |
|
@arielson it doesn't seem to publish to jitpack actually |
davideramoaxa
left a comment
There was a problem hiding this comment.
Doesn't seem to publish properly
|
Any update on this? |
|
@divyameher I don't know your dev toolchain, I'm working with Ionic/Capacitor/React. Hope this helps |
This update in
build.gradlefixes an issue where the JAR file was not being generated when building the project on Jetpack.io.The problem was caused by [brief reason if known, e.g., a missing
apply pluginor misconfiguredtasks], which prevented Jetpack from completing the build successfully.After this change, the project builds properly on Jetpack.io and produces the expected
.jaroutput.Please consider merging this fix. Let me know if any adjustments are needed.