mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
* Deprecate old mainClass method on appProvider * Create entryPoint method which represnets class used to launch instead. * Create PlainApplication to wrap static `main` methods. Can return either Int, Exit or Unit. * Detect supported 'plain' classes via reflection. * Add new unit tests appropriate to the feature.