Slackbot
07/20/2022, 9:51 AMjonnyzzz
07/21/2022, 12:19 PMproviders.exec { }
. An assertions fails.deepy
07/21/2022, 12:41 PMjonnyzzz
07/21/2022, 1:06 PMecho "message" | jshell -
. So far I do
exec { ...
standardInput = """message""".byteInputStream()
}
and the same as providers.exec
does just crashjonnyzzz
07/21/2022, 1:07 PMjonnyzzz
07/21/2022, 1:10 PMproviders.exec
does not allow passing a constant string as STDIN (the exec DSL does not allow that at all).
In fact - it's good idea to implement a custom ValueSource<..> as workaround. Kudos
Still the problem - is that possible to make a ValueSource<..> execute a project task?