Skip to content

Commit af10d26

Browse files
committed
Microfix #9
1 parent ea488cf commit af10d26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

resource-server/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
7171
propertiesMap.put("skiko.version", libs.versions.skiko.get())
7272

7373
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74-
//
75-
// if (!applicationPropertiesPath.exists()) {
76-
// applicationPropertiesPath.parentFile.mkdirs()
77-
// applicationPropertiesPath.createNewFile()
78-
// }
7974

8075
propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
8176

0 commit comments

Comments
 (0)