jigsaw:tldr:d7ee7
The command "jigsaw build" typically refers to a build command of the Jigsaw tool.
Jigsaw is a module system introduced in Java 9 that helps in organizing and encapsulating code and dependencies. It allows developers to create modular applications and libraries.
When you run the "jigsaw build" command, it triggers the build process for a Java modular application or library. It compiles the source code, resolves dependencies, and generates the required module files. These module files contain information about the modules, their dependencies, and other related metadata.
The command can be executed in the command line or through build automation tools like Maven or Gradle. It will ensure that the code is correctly compiled and packaged according to the defined module structure.