-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sbt): Only check SBT versions configured in the build
Previously, a globally installed SBT CLI was called in case no root properties file is present at `project/build.properties` in order to determine the SBT version used to build the root project. Remove that feature and rely on a globally installed SBT CLI to always match the project's requirements to simplify the code. Only the SBT version configured in the project(s) are now checked. The feature to also check the version of the globally installed SBT version will be added back later in a cleaner way. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
- Loading branch information
1 parent
3e1a8c4
commit 922e42f
Showing
1 changed file
with
29 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters