We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1467 commit 960de6aCopy full SHA for 960de6a
scripts/build-android-app.sh
@@ -232,6 +232,7 @@ EXTRA_MVN_ARGS+=("-Dcodenameone.version=${CN1_VERSION}")
232
# Optional: quick, non-fatal dump around the two sections that used to fail
233
xmlstarlet sel -t -c "/project/build/plugins" -n "$ROOT_POM" || true
234
xmlstarlet sel -t -c "/project/build/pluginManagement/plugins" -n "$ROOT_POM" || true
235
+nl -ba "$ROOT_POM" | sed -n '1,140p' || true
236
237
238
0 commit comments