79441208

Date: 2025-02-15 08:53:42
Score: 0.5
Natty:
Report link

Some people already mentioned it, but for gradle you need to import the test directory to access those "Harness" class files, which are located in the test directory.

Add the "tests" keyword after the library import in the gradle build file.

testImplementation "org.apache.flink:flink-streaming-java:${flinkVersion}:tests"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: boki