Slackbot
03/19/2020, 8:42 PMSlackbot
03/20/2020, 3:00 PMSlackbot
03/20/2020, 6:12 PMSlackbot
03/20/2020, 6:36 PMSlackbot
03/22/2020, 12:01 AMSlackbot
03/22/2020, 12:09 AMSlackbot
03/26/2020, 6:31 PMSlackbot
03/30/2020, 7:04 PMSlackbot
03/31/2020, 8:29 PMSlackbot
04/01/2020, 2:04 PMSlackbot
01/11/2022, 1:05 AMSlackbot
01/15/2022, 8:40 AMSlackbot
01/19/2022, 10:06 AMSlackbot
01/21/2022, 8:50 PMSlackbot
01/25/2022, 10:20 AMSlackbot
01/27/2022, 6:03 AMSlackbot
01/31/2022, 9:42 PMAttila Pal
04/26/2022, 1:37 PMextractModuleInfo
task. Do you have suggestions how to get rid of it? Thank youAlex Caldwell
06/13/2022, 11:30 PMMiguel
06/29/2022, 7:07 PMmagic flo
07/09/2022, 7:47 PMMehdi Janbarari
08/10/2022, 8:32 AMPhilip W
02/14/2025, 12:50 PMJavi
02/14/2025, 2:17 PMfailure
but I would be interested in getting the whole log as sometimes the failure
does not include all the relevant data (for example, the list of tests that are failing).Никита Гучаков
02/15/2025, 7:27 AMgradle testCompile --continue --parallel
then
gradle test --continue --parallel
it takes 40m summary
when running as
gradle testCompile test --continue --parallel
it takes 35m because of better workers utilization.
However, in that case it will run all unaffected tests when there were a compilation failure
I want to combine benefits of both approaches and skip all test task if any module compilation failed, but not stopping compilation of the modules (as it works with --continue)
How can I do that?Saif Khan
02/16/2025, 2:15 PMDevraj Nivriti Sutar
02/17/2025, 6:25 AMcom.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
Akshat
02/17/2025, 11:03 AMFailed to apply plugin 'dev.flutter.flutter-gradle-plugin'.> Cannot add task 'generateLockfiles' as a task with that name already exists. * Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.BUILD FAILED in 7s Running Gradle task 'assembleDebug'... 8.1s Error: Gradle task assembleDebug failed with exit code 1 (base) PS C:\Users\aksha\AndroidStudioProjects\cottonix>
Francesco Guardiani
02/17/2025, 6:52 PMCharlie Hubbard
02/18/2025, 3:12 AM