Gradle without main class?

Is it possible to use Gradle without specifying the main class? I want to create a library and use Gradle to manage my dependencies, and creating a main class does not make sense, but I cannot find any documents that do not say that you need it.

thank

+4
source share

All Articles