Zak Taccardi
04/09/2024, 8:01 PMproject.relativePath(regularFile): String in a configuration cache compatible way?Zak Taccardi
04/09/2024, 8:03 PM// in my subproject
val rootProjectLayout: ProjectLayout = project.rootProject.layout
// points to a file like: `rootProjectDir/coverage/build/reports/jacoco/buildConfigConstantsReport/html/index.html`
val regularFileProperty: RegularFileProperty
I need to return coverage/build/reports/jacoco/buildConfigConstantsReport/html/index.html as a String from that RegularFileZak Taccardi
04/09/2024, 8:09 PMorg.gradle.api.internal.file.FileOperations#relativePath - but it’s internalJavi
04/09/2024, 8:56 PM