sbt/sbt-app
Eugene Yokota 7beb23e818 Make loading order alphabetical for plugins
**Problem**
Plugins are topologically sorted, but plugins with equal weigh could
modify the same key via `~=` etc, resulting in different builds
depending on the artifact.

**Solution**
This attempts to fix that by first sorting the selected plugins
by the class name before sorting it topologically.
2023-10-22 03:15:27 -04:00
..
src Make loading order alphabetical for plugins 2023-10-22 03:15:27 -04:00