79248647

Date: 2024-12-03 17:38:17
Score: 1.5
Natty:
Report link

May be add this in your build.gradle file

tasks.withType(JavaCompile).configureEach {
    options.compilerArgs.add("--module-source-path")
    options.compilerArgs.add(files("src/main/java").asPath)
    options.compilerArgs.add("--module-path=${classpath.asPath}")
}

Thanks,

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xavychan