Gašper Kojek
Gašper Kojek
Removed explicit wrapper validation, as that's checked by default with every setup-gradle action since v4.
Removed the git hook from apollo-kotlin, as the task in hand has disabled caching from [the source](https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/main/src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/BuildPluginTask.kt). This was done with their release of 2.0.0, which also moved package coordinates,...
Supersedes PR https://github.com/etiennestuder/teamcity-build-scan-plugin/pull/409 (update to 8.10)
Added a README section on using GitHub Actions to run experiments with a private repo. It leverages the github actions checkout and passes that as a local git repo to...
### Fixed remote build cache setup for forked PRs. This addresses the case where a PR from a fork runs on the CI, which has `buildProperties.pushToBuildCache` set to true, but...
@gutoveronezi, it was nice meeting you at Community over Code today. This PR will enable you to publish Build Scans to [ge.apache.org](https://ge.apache.org/) as discussed. ### Description This PR publishes a...
Pins the vm used for eclipse invocations used during the build to the vm used to run gradle. This fixes issues due to incorrectly picked JVM, which result in issues...
Paparazzi is supplying a bunch of [absolute paths](https://ge.solutions-team.gradle.com/s/f2fhmfnn6qibu/custom-values) to all of test tasks system properties [here](https://github.com/cashapp/paparazzi/blob/c7052894933f59cad5a2525939e821c098d5aded/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle/PaparazziPlugin.kt#L180-L187) and [here](https://github.com/cashapp/paparazzi/blob/c7052894933f59cad5a2525939e821c098d5aded/paparazzi-gradle-plugin/src/main/java/app/cash/paparazzi/gradle/PaparazziPlugin.kt#L214-L217), which means that [relocatability is broken when using the paparazzi plugin](https://ge.solutions-team.gradle.com/c/by37vkl4axd6i/nxpzs5wmdzy2s/task-inputs)... This...