Róbert Papp
Róbert Papp
@schmidtw the readme says: > Each **job in a workflow run** now has a limit of 10 artifacts. Does a job with `matrix:` strategy count as one "job" for you?...
Thank you for implementing and releasing this, @robherley; it's been a long-awaited change! It's amazing to see the activity on these actions 🤩. I've tested the the PR branch before...
@diegomarquezp I'm keen to move this forward, we need maintainer involvement to help make decisions. GoogleCloudPlatform/app-gradle-plugin#455 takes use ⅔ the way there. It fixes ``` - Task `:appengineStage` of type...
I also found more usages of `Task.getProject()`: https://github.com/TWiStErRob/gcp-gradle-plugin/commit/7dc366e565e13ce8b86efbea2907546dbec86e39 btw, the branch is https://github.com/TWiStErRob/gcp-gradle-plugin/commits/cc if you want to see all the commits at once.
In case someone is looking for a workaround: ``` org.gradle.configuration-cache=true org.gradle.configuration-cache-problems=fail ``` \+ kts ```kotlin listOf( // com.google.cloud.tools.gradle.appengine.core.CheckCloudSdkTask::class, // OK com.google.cloud.tools.gradle.appengine.core.DownloadCloudSdkTask::class, // getProject() com.google.cloud.tools.gradle.appengine.core.GcloudTask::class, // DeployExtension.gradleProject (except CloudSdkLoginTask) com.google.cloud.tools.gradle.appengine.core.ShowConfigurationTask::class, //...
Can we get some reply? @diegomarquezp cc @suztomo
Wanted to open a similar issue. Laziness is missing overall. The problem goes as far as NPE in some cases because a task is not realized yet, so a workaround...
For the record: this removal was postponed to 9.0, and the Conventions are now nagging since Gradle 8.2. I did a little bit of investigation: To make this plugin compatible,...
I ran into this again, while upgrading an old project. `> Configure project :AppEngine` while executing line `apply plugin: 'com.google.cloud.tools.appengine'`. I captured the nagging stack traces on Gradle 8.2.1 for...
@kevinbackhouse @anticomputer, as apparent maintainers tagging you for a quick FYI, and hoping for at least a response.