Slackbot
02/08/2022, 12:11 PMrekire
02/08/2022, 12:12 PMBig Chungus
02/08/2022, 12:13 PM./gradlew build --console=plain
? Try export ORG_GRADLE_PROJECT_console=plain
Fleshgrinder
02/08/2022, 12:13 PMgradle init --dsl groovy --type basic --project-name provision --quiet
command in CI to perform something and it now started asking if it should enable incubating features. 😛
@Big Chungus Nope, with --console=plain
you're still asked questions. 😞
I'm literally looking for DEBIAN_FRONTEND=noninteractive
but fear something like this does not exist for Gradle.Fleshgrinder
02/08/2022, 12:15 PMBig Chungus
02/08/2022, 12:15 PMexport ORG_GRADLE_PROJECT_<projectPropertyKey>=<value>
is just a neat trick to pass in project configuration via env variablesBig Chungus
02/08/2022, 12:15 PMFleshgrinder
02/08/2022, 12:15 PM--incubating
flag and its fine now, but I'd like to prevent this in the future.Vampire
02/08/2022, 1:30 PMgradle init <<<''
Vampire
02/08/2022, 1:31 PMgradle init </dev/null
Vampire
02/08/2022, 1:32 PMgradle init <NUL
Fleshgrinder
02/08/2022, 1:48 PMFleshgrinder
02/08/2022, 1:50 PMrekire
02/08/2022, 1:51 PM