feat: dexcom connector - #208
Conversation
|
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? |
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. 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. |
No description provided.