Skip to content

feat: dexcom connector - #208

Open
Chin-eng wants to merge 41 commits into
RADAR-base:devfrom
Chin-eng:dexcom_connector
Open

feat: dexcom connector#208
Chin-eng wants to merge 41 commits into
RADAR-base:devfrom
Chin-eng:dexcom_connector

Conversation

@Chin-eng

@Chin-eng Chin-eng commented Aug 3, 2026

Copy link
Copy Markdown

No description provided.

@this-Aditya

Copy link
Copy Markdown
Member

Hi @Chin-eng, I tried compiling this locally, and it failed. It looks like the issue isn’t only that the schemas haven’t been released, there are also some compilation issues even when the schemas are published locally.

Could you please try publishing the schemas locally and fixing the compilation issues first?
Thanks

@Chin-eng Chin-eng closed this Sep 3, 2026
@Chin-eng Chin-eng reopened this Sep 3, 2026
@Chin-eng

Chin-eng commented Sep 3, 2026

Copy link
Copy Markdown
Author

Hi @Chin-eng, I tried compiling this locally, and it failed. It looks like the issue isn’t only that the schemas haven’t been released, there are also some compilation issues even when the schemas are published locally.

Could you please try publishing the schemas locally and fixing the compilation issues first? Thanks

I hit the same failure. On my machine, gradle was using a cached radar-schemas-commons:0.9.0 jar without the Dexcom classes. After clearing that cache and compiling against a fresh publishToMavenLocal jar, the BUILD was sucessful.

[Incubating] Problems report is available at: file:///Users/chin-erdenegantulga/Developer/work/radar-base/dexcom/RADAR-REST-Connector/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.14/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 14s
9 actionable tasks: 8 executed, 1 up-to-date

I used 0.9.1 locally to dodge the stale 0.9.0 cache. Could you run ./gradlew --stop and delete ~/.gradle/caches/modules-2/files-2.1/org.radarbase/radar-schemas-commons, then publish schemas locally and compile again?

This way compilation works on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants