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 59a641a commit 30eb312Copy full SHA for 30eb312
src/main/kotlin/com/replaymod/gradle/preprocess/PreprocessTask.kt
@@ -153,6 +153,8 @@ open class PreprocessTask : DefaultTask() {
153
mappedSources = javaTransformer.remap(sources)
154
}
155
156
+ project.delete(outPath)
157
+
158
val commentPreprocessor = CommentPreprocessor(vars.get())
159
project.fileTree(source).forEach { file ->
160
val relPath = inPath.relativize(file.toPath())
0 commit comments