sandermak / modulescanner

Inspect Maven Central to check what libraries are Java modules (automatic or explicit)
5 stars 3 forks source link

Skip scanning modular jar files with --jdk-internals #12

Closed sandermak closed 5 years ago

sandermak commented 5 years ago

Running jdeps --jdkinternals on a modular JAR is pretty pointless, since it won't compile when it uses encapsulated APIs. It also previously reported a toolError in this case, which isn't interesting in the output.

sormuras commented 5 years ago

@sandermak I guess, you didn't start the branch on current master.