sbt/sbt-app/src/sbt-test
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
..
actions Use binary compiler bridge 2023-09-11 23:15:15 -04:00
apiinfo Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
classloader-cache update scala versions in scripted test 2023-06-24 10:18:14 +09:00
compiler-project Use binary compiler bridge 2023-09-11 23:15:15 -04:00
console/project-compiler-bridge Use binary compiler bridge 2023-09-11 23:15:15 -04:00
dependency-graph Use binary compiler bridge 2023-09-11 23:15:15 -04:00
dependency-management Use binary compiler bridge 2023-09-11 23:15:15 -04:00
ivy-deps-management/update-classifiers-snapshot-srcs Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
java Add init as an alias to new 2023-05-07 14:17:26 -04:00
nio Scala 2.12.17 2022-09-17 04:09:52 -04:00
package Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
plugins Use binary compiler bridge 2023-09-11 23:15:15 -04:00
project Make loading order alphabetical for plugins 2023-10-22 03:15:27 -04:00
project-load/sha-conflict Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
reporter Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
run Load credentials from SBT_CREDENTIALS (#6724) 2021-11-27 02:44:49 -05:00
source-dependencies Use binary compiler bridge 2023-09-11 23:15:15 -04:00
tests Use binary compiler bridge 2023-09-11 23:15:15 -04:00
watch update scala versions in scripted test 2023-06-24 10:18:14 +09:00