jmeter-influxdb2-listener-plugin
jmeter-influxdb2-listener-plugin copied to clipboard
Adapt to jdk1.8
Adapt to jdk1.8
Hello @kang2086 have you tried to build the plugin using Gradle shadowJar command? We have libs that are using JAVA 11 as the minimum version. Not sure that the changes you made are working ...
I don't see any dependencies that use JAVA 11 as the minimum version I was able to run Gradle shadowJar command successfully in my local environment with these changes
edit: Looks like the javadocs task (for publishing) is not compatible with java 8 or java 11 but it's independent of the gradle sourceCompatibility setting
update: with these changes I'm able to use this backend listener in a java8 environment
Rejected