vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1064414602
##########
src/licenses/build.gradle.kts:
##########
@@ -51,7 +51,7 @@ fun gradleWrapperVersion(wrapperProps: String) =
val gatherSourceLicenses by tasks.registering(GatherLicenseTask::class) {
val wrapperProps = "$rootDir/gradle/wrapper/gradle-wrapper.properties"
- inputs.file(wrapperProps)
+
inputs.file(wrapperProps).withPathSensitivity(PathSensitivity.RELATIVE).withPropertyName("wrapper.props")
Review Comment:
```suggestion
inputs.file(wrapperProps).withPathSensitivity(PathSensitivity.NONE).withPropertyName("wrapper.props")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]