Justin Breitfeller
05/10/2024, 12:57 PMSubpluginOption
that contains an absolute path to a directory. This is causing cache misses on CI for my Gradle build (since Gradle considers these options as task inputs) and I'm wondering if that should just be changed to store a relative file path, or if there is a better way to provide an absolute file path so that Gradle can interpret it as a relative path.edrd
05/14/2024, 3:02 PMJustin Breitfeller
05/14/2024, 3:02 PMedrd
05/14/2024, 3:03 PMedrd
05/14/2024, 3:03 PMJustin Breitfeller
05/14/2024, 3:04 PMFilesSubpluginOption
would be treated as a relative path or not. Sorry, I mean a Kotlin compiler pluginJustin Breitfeller
05/14/2024, 3:05 PMInternalSubpluginOption
that Gradle doesn't need to consider, but this last option is relevant