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 3ea3255 commit 2817365Copy full SHA for 2817365
build.gradle.kts
@@ -88,7 +88,7 @@ allprojects {
88
val filePath = file.asFile.get().toPath()
89
if (Files.notExists(filePath)) {
90
Files.createDirectories(filePath.parent)
91
- Files.createFile(filePath)
+ Files.writeString(filePath, "dummy file")
92
}
93
94
0 commit comments