Skip to content

Commit

Permalink
InstrumentCodeTask is now expected to be cacheable in apollo-kotlin
Browse files Browse the repository at this point in the history
apollographql/apollo-kotlin#5166 updates to platform 223, in which this task is reliably cacheable
  • Loading branch information
tylerbertrand committed Aug 8, 2023
1 parent 6bb53d6 commit 1bf10f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-experiments-apollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Add git hook to temporarily disable caching for :intellij-plugin:instrumentCode
run: |
mkdir ~/git-hooks
echo -e 'echo "\ntasks.withType<org.jetbrains.intellij.tasks.InstrumentCodeTask>().configureEach { outputs.doNotCacheIf(\"https://github.com/JetBrains/gradle-intellij-plugin/issues/1426\") { true } }" >> intellij-plugin/build.gradle.kts\n' >> ~/git-hooks/post-checkout
echo -e 'echo "\ntasks.withType<org.jetbrains.intellij.tasks.BuildPluginTask>().configureEach { outputs.doNotCacheIf(\"buildPlugin should not be cacheable as it is a Zip task\") { true } }" >> intellij-plugin/build.gradle.kts\n' >> ~/git-hooks/post-checkout
echo -e 'echo "\nsubprojects { tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach { outputs.doNotCacheIf(\"https://github.com/Kotlin/dokka/issues/2978\") { true } } }" >> build.gradle.kts\n' >> ~/git-hooks/post-checkout
chmod +x ~/git-hooks/post-checkout
Expand Down

0 comments on commit 1bf10f0

Please sign in to comment.