Slackbot
02/10/2023, 6:14 PMSlackbot
02/10/2023, 9:18 PMSlackbot
02/11/2023, 10:15 PMSlackbot
02/13/2023, 5:19 PMCameron Price
02/14/2023, 1:27 AMProcess 'command ...jdks\corretto-17.0.6\bin\java.exe'' finished with non-zero exit value 1
Slackbot
02/14/2023, 1:27 AMDoni
02/14/2023, 7:23 AMA problem occurred configuring project ':accommodation:booking:accommodation_booking_impl'.
> Failed to notify project evaluation listener.
> com.android.build.gradle.internal.crash.ExternalApiUsageException: java.lang.NoSuchMethodError: 'void org.gradle.api.internal.file.UnionFileCollection.<init>(org.gradle.api.internal.file.FileCollectionInternal[])'
> Extension with name 'generalFilters' does not exist. Currently registered extension names: [ext, filters, debugFilters, releaseFilters, stagingFilters]
Emil Kantis
02/14/2023, 9:04 AMSlackbot
02/14/2023, 11:05 AMMatias Duarte
02/14/2023, 2:14 PMMatias Duarte
02/14/2023, 2:15 PMMatias Duarte
02/14/2023, 2:15 PMCould not initialize native services.> Failed to load native library 'native-platform.dll' for Windows 11 amd64. * 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
Slackbot
02/14/2023, 2:15 PMSlackbot
02/15/2023, 8:21 AMSlackbot
02/15/2023, 8:26 AMSlackbot
02/15/2023, 9:25 AMSlackbot
02/15/2023, 12:29 PMSlackbot
02/15/2023, 12:36 PMSlackbot
02/15/2023, 2:50 PMSlackbot
02/15/2023, 4:34 PMSlackbot
02/15/2023, 4:55 PMSlackbot
02/15/2023, 6:34 PMSlackbot
02/16/2023, 9:47 AMSlackbot
02/16/2023, 9:47 AMSlackbot
02/16/2023, 12:45 PMSlackbot
02/16/2023, 3:25 PMSlackbot
02/16/2023, 4:20 PMSlackbot
02/16/2023, 11:09 PMSlackbot
02/17/2023, 12:04 AMRafael Costa
02/17/2023, 3:46 PMafterEvaluate {
task healthCheck(dependsOn: ['test', 'ktlintFormat', 'detekt', 'lint', 'connectedMockDebugAndroidTest']) {
tasks.findByName('ktlintFormat').mustRunAfter 'test'
tasks.findByName('detekt').mustRunAfter 'ktlintFormat'
tasks.findByName('lint').mustRunAfter 'detekt'
tasks.findByName('connectedMockDebugAndroidTest').mustRunAfter 'lint'
}
}