Slackbot
07/14/2023, 11:38 PMChris Lee
07/15/2023, 12:26 AM./gradlew daemon --stop
)
• Grab a thread dump of the Gradle daemon to see what the threads are doing (jps
to list java processes, jstack
to get a thread dump)
• Comment out the contents of build.gradle.kts and incrementally add parts back in to identify the offending codeChris Lee
07/15/2023, 12:29 AMephemient
07/15/2023, 12:51 AM