Skip to content

Commit d2ed125

Browse files
committed
Switch to NAME_ONLY path sensitivity
Appears that for transforms, the fully qualified path still makes it into the fingerprint which prevents cache reuse.
1 parent 9a374c1 commit d2ed125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/netflix/gradle/jakartaee/JakartaEeMigrationTransform.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ internal abstract class JakartaEeMigrationTransform : TransformAction<JakartaEeM
9696
)
9797
}
9898

99-
@PathSensitive(PathSensitivity.RELATIVE)
99+
@PathSensitive(PathSensitivity.NAME_ONLY)
100100
@InputArtifact
101101
abstract fun getInputArtifact(): Provider<FileSystemLocation>
102102

0 commit comments

Comments
 (0)