mainClass property
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
Implementation
final String? mainClass;
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
final String? mainClass;