Skip to content

Commit 6272ff0

Browse files
ilgonmicdkrasnoff
authored andcommitted
Microfix #7
1 parent 2a531d4 commit 6272ff0

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)