Convert BTDemo to Maven and add CI verification#7
Conversation
- Restructured BTDemo project to standard Maven format (src/main/java, src/main/resources). - Created BTDemo/pom.xml with dependencies on cn1-bluetooth-lib and core libraries. - Added BTDemo module to root pom.xml. - Refactored BTDemo.java to remove dependency on external ca.weblite.codename1.json and use internal Map-based JSON handling. - Added GitHub Actions CI workflow to build and verify the 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. |
- Restructured BTDemo project to standard Maven format (src/main/java, src/main/resources). - Created BTDemo/pom.xml with dependencies on cn1-bluetooth-lib and core libraries. - Added BTDemo module to root pom.xml. - Refactored BTDemo.java to remove dependency on external ca.weblite.codename1.json and use internal Map-based JSON handling. - Removed duplicate CI workflow (ci.yml) and relied on existing .github/workflows/maven.yml.
Migrated the BTDemo project from Ant to Maven structure.
Refactored code to remove obsolete JSON library dependency.
Added CI workflow to verify build integrity.
PR created automatically by Jules for task 17447469727251141865 started by @shai-almog