Hi all,
- add module-info
- run the demo
my module-info.java file like this
module xxx.xxx{
requires influxdb.client.java;
requires influxdb.client.core;
requires influxdb.client.utils;
}
after run the demo program i got
java: unnamed module reads package com.incluxdb from both incluxdb.client.core and incluxdb.client.utils
but when i change Client Version to 3.2.0 the error gone
- Client Version: 3.3.0
- InfluxDB Version: 2.0.8
- JDK Version: 17
- Platform: macOS
Hi all,
my
module-info.javafile like thisafter run the demo program i got
java: unnamed module reads package com.incluxdb from both incluxdb.client.core and incluxdb.client.utilsbut when i change Client Version to
3.2.0the error gone