-
Notifications
You must be signed in to change notification settings - Fork 957
Labels
Bugarea/runner-scriptissues around sbt-the-bash-script, or bat scriptissues around sbt-the-bash-script, or bat script
Milestone
Description
steps
- Create sbt project with
name:="foo" - On clean machine with only java and sbt script (or you can use github action with sbt/setup-sbt@v1)
NAME=$(sbt --no-colors --error 'print name' | head -n1)
problem
NAME is copying runtime jar...
expectation
NAME should be foo
workaround
Run sbt first.
notes
but there are more instances of echo
Wrapper scripts should never write to stdout, use stderr instead.
Metadata
Metadata
Assignees
Labels
Bugarea/runner-scriptissues around sbt-the-bash-script, or bat scriptissues around sbt-the-bash-script, or bat script