Skip to content

Commit 273ac14

Browse files
committed
Microfix #7
1 parent 697a230 commit 273ac14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
7373
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
7474

7575
if (!applicationPropertiesPath.exists()) {
76-
applicationPropertiesPath.createNewFile()
76+
// applicationPropertiesPath.createNewFile()
7777
}
7878

7979
// propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)

0 commit comments

Comments
 (0)