cheeze2000
06/21/2022, 4:40 PM./gradlew build and ./gradlew run. is it possible to specify --console=plain inside the build.gradle.kts file on one of them so i don't have to keep typing the flag?Klitos Kyriacou
06/21/2022, 5:02 PMorg.gradle.console=plain in your gradle.properties file.cheeze2000
06/21/2022, 11:08 PM