In Build Configuration/build.gradle/adding a dependency at the bottom adding the examples:
implementation project(':sensorhub-driver-fakeweather')
and
implementation project(':sensorhub-process-geoloc')
to build.gradle and the include block of code in setting.gradle will cause an error
The error text is:
Build file 'C:\Repos\osh-node-dev-template\build.gradle' line: 1
A problem occurred evaluating script.
A problem occurred starting process 'command 'git''
I'm not sure if this is an error on my part, if this is something wrong with the code, or something wrong with the documentation.
This problem also seems to apply to some of the commented out examples. When uncommented in build.gradle and setting.gradle sensorhub-storage-compat will give the same error. On the other hand sensorhub-service-video When uncommented will not give the error.
In Build Configuration/build.gradle/adding a dependency at the bottom adding the examples:
implementation project(':sensorhub-driver-fakeweather')
and
implementation project(':sensorhub-process-geoloc')
to build.gradle and the include block of code in setting.gradle will cause an error
The error text is:
Build file 'C:\Repos\osh-node-dev-template\build.gradle' line: 1
A problem occurred evaluating script.
I'm not sure if this is an error on my part, if this is something wrong with the code, or something wrong with the documentation.
This problem also seems to apply to some of the commented out examples. When uncommented in build.gradle and setting.gradle sensorhub-storage-compat will give the same error. On the other hand sensorhub-service-video When uncommented will not give the error.