Results 193 comments of Paul Merlin

This could ideally work without showing any GUI. But it would already be very nice to be able to automate the creation of SD cards from exported setup files even...

gradle/gradle#18729 won't be in 7.4, it needs more work and is being reverted for now in gradle/gradle#19119.

@ps-89 when it is ready :) You can check the GitHub milestone for 7.6-RC1 here https://github.com/gradle/gradle/milestones/7.6%20RC1

Thank you for the report and reproduced @eygraber. I can confirm I can reproduce with Gradle 7.5 and 7.4.2. As a workaround, changing `MyPluginExtension.awaitGitHubConfiguration` *not* to be `inline` work around...

Thanks for the report @StefMa! This is an issue for the IntelliJ Kotlin Plugin. Could you please open an issue in JetBrains Youtrack https://youtrack.jetbrains.com/issues/KT and link it from here?

Kotlin 1.5.20 added support for jspecify, see https://kotlinlang.org/docs/whatsnew1520.html#support-for-jspecify-nullness-annotations

@mkobit could you please open an issue on JetBrains Youtrack so @ligee can track it?

Hi Ned, Thanks for bringing this up. First, with regards to the configuration-cache serialization: it is not based on Java Serialization - we are not that crazy :) Gradle uses...