Skip to content

Commit 2817365

Browse files
committed
Add dummy content to dummy file
1 parent 3ea3255 commit 2817365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ allprojects {
8888
val filePath = file.asFile.get().toPath()
8989
if (Files.notExists(filePath)) {
9090
Files.createDirectories(filePath.parent)
91-
Files.createFile(filePath)
91+
Files.writeString(filePath, "dummy file")
9292
}
9393
}
9494

0 commit comments

Comments
 (0)