Skip to content

Commit b8d5a65

Browse files
authored
Merge pull request #25 from nebula-plugins/dannyt/fix-cache-path-sensitivity
2 parents 9a374c1 + d2ed125 commit b8d5a65

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)