Skip to content

Commit a042be6

Browse files
committed
Make GatherLicenseTask.configurations PathSensitivity.NONE
The task uses only contets of the resolved artifacts, and it does not use the folder and file names
1 parent 3a1f2b4 commit a042be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/license-gather-plugin/src/main/kotlin/com/github/vlsi/gradle/license/GatherLicenseTask.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ open class GatherLicenseTask @Inject constructor(
108108
}
109109

110110
@InputFiles
111-
@PathSensitive(PathSensitivity.RELATIVE)
111+
@PathSensitive(PathSensitivity.NONE)
112112
val configurations = objectFactory.setProperty<Configuration>()
113113

114114
@Input

0 commit comments

Comments
 (0)