Convert BTDemo to Maven and add CI verification#6
Convert BTDemo to Maven and add CI verification#6google-labs-jules[bot] wants to merge 2 commits intomasterfrom
Conversation
- Renamed BTDemo to BTDemo-ant and generated new Maven project. - Configured BTDemo/pom.xml to exclude platform modules by default to simplify local/CI builds. - Added dependency on cn1-bluetooth-lib in BTDemo/common/pom.xml. - Migrated BTDemo.java to use standard Map/List for JSON handling instead of ca.weblite.codename1.json. - Updated CI workflow to build BTDemo against the library snapshot. - Removed legacy BTDemo-ant project.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
- Renamed BTDemo to BTDemo-ant and generated new Maven project. - Configured BTDemo/pom.xml to exclude platform modules by default to simplify local/CI builds. - Added dependency on cn1-bluetooth-lib in BTDemo/common/pom.xml. - Migrated BTDemo.java to use standard Map/List for JSON handling instead of ca.weblite.codename1.json. - Updated CI workflow to build BTDemo against the library snapshot. - Removed legacy BTDemo-ant project.
Converted the BTDemo project from the legacy Ant structure to the new Maven project structure. This includes:
cn1app-archetype.ca.weblite.codename1.jsonand use standardjava.util.Mapandcom.codename1.io.JSONParser(implied via library callbacks) instead, as the library now uses Maps for callbacks.cn1-bluetooth-libsnapshot.PR created automatically by Jules for task 3924683271490555664 started by @shai-almog