We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64936fc commit f7d2433Copy full SHA for f7d2433
atplug-plugin-gradle/src/main/java/com/diffplug/atplug/tooling/gradle/FindPlugsTask.kt
@@ -91,5 +91,5 @@ abstract class FindPlugsTask : DefaultTask() {
91
}
92
93
private fun normalizePath(change: FileChange) =
94
- change.normalizedPath.removeSuffix(".class").replace("/", "_")
+ change.normalizedPath.removeSuffix(".class").replace("/", "_").replace("\\", "_")
95
0 commit comments