We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db73f8 commit 97d0d35Copy full SHA for 97d0d35
src/main/scala/com/github/sbt/git/GitPlugin.scala
@@ -164,7 +164,7 @@ object SbtGit {
164
def useJGit: Setting[_] = ThisBuild / gitRunner := JGitRunner
165
166
/** Setting to use console git for readable ops, to allow working with git worktrees */
167
- def useReadableConsoleGit: Setting[_] = useConsoleForROGit in ThisBuild := true
+ def useReadableConsoleGit: Setting[_] = ThisBuild / useConsoleForROGit := true
168
169
/** Adapts the project prompt to show the current project name *and* the current git branch. */
170
def showCurrentGitBranch: Setting[_] =
0 commit comments