Slackbot
05/19/2023, 6:08 AMSlackbot
06/14/2023, 5:05 PMSlackbot
06/22/2023, 5:08 PMSlackbot
06/23/2023, 4:08 PMSlackbot
06/27/2023, 8:26 PMSlackbot
07/13/2023, 10:53 AMSlackbot
09/06/2023, 3:46 PMSlackbot
01/12/2024, 2:50 PMSlackbot
01/17/2024, 7:21 PMSlackbot
02/05/2024, 12:39 PMSlackbot
02/07/2024, 9:32 AMSlackbot
02/09/2024, 9:13 PMSlackbot
02/19/2024, 10:27 AMMarcin Robaczyński
03/06/2024, 3:14 PMtasks.configureEach { task ->
if (task.name.startsWith("assembleDebug")) {
println "Track start time"
task.doLast {
println "Track end time"
}
}
}
Running benchmarks is of course an option but I wanted to see an overall trend on a day-to-day develoment among devs.Arlind Hajredinaj
03/18/2024, 9:16 AMMarcin Laskowski
04/23/2024, 10:56 AMIfrah Tahir
05/19/2024, 6:12 PMorg.gradle.api.GradleException: Failed to create Jar file C:\Users\ICTFLARE\.gradle\caches\jars-9\25af9f93dc8b39fa0484de5e10be7606\gradle-7.3.0.jar.* 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 4s Error: Gradle task assembleDebug failed with exit code 1
Eug
06/07/2024, 7:29 AMEug
06/07/2024, 7:30 AMHector Dearman
07/15/2024, 6:30 PMHector Dearman
07/17/2024, 9:27 AMSatyarth Sampath
08/22/2024, 8:26 AMzhiqiang zhang
09/03/2024, 6:06 AMIan Brandt
10/20/2024, 11:11 PMAssuming a non-JPMS build, which may affect certain details.Does modularizing a build have any known performance impacts, positive or negative? For example, might module descriptor info be used to speed up ABI analysis for compilation avoidance when only a subset of the packages containing public API in a project are exported? Does
java.modularity.inferModulePath
add any significant overhead?Alex B
01/10/2025, 12:01 AMAndrew Grosner
03/07/2025, 6:24 PMEug
04/18/2025, 2:01 PMEug
04/18/2025, 2:01 PMEug
04/18/2025, 2:04 PMAndrew Grosner
04/24/2025, 7:52 PM./gradlew --stop
No Gradle daemons are running.
./gradlew --stop
Stopping Daemon(s)
2 Daemons stopped
nonstop. killing java process resuscitates the daemons. these extra "zombie" daemons do not persist on next run, and force more daemons to run.