SpongePowered / SpongeGradle

Handy gradle utilities for the various gradle projects of SpongePowered
MIT License
21 stars 16 forks source link

Automatically determine the `mainClass` plugin metadata attribute #27

Open zml2008 opened 3 years ago

zml2008 commented 3 years ago

Currently, developers must manually specify their main classes in the build file. Whether in Gradle or in the SpongeAPI AP, it should be possible to do this automatically.

Once automated population and validation has been done, SpongeGradle should be updated to remove the requirement of specifying a mainClass attribute.