Skip to content

Commit 2a531d4

Browse files
ilgonmicdkrasnoff
authored andcommitted
Microfix #6
1 parent f9c5322 commit 2a531d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

resource-server/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
7070
propertiesMap.put("server.port", "8081")
7171
propertiesMap.put("skiko.version", libs.versions.skiko.get())
7272

73-
// val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74-
//
75-
// if (!applicationPropertiesPath.exists()) {
76-
// applicationPropertiesPath.createNewFile()
77-
// }
78-
//
73+
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74+
75+
if (!applicationPropertiesPath.exists()) {
76+
applicationPropertiesPath.createNewFile()
77+
}
78+
7979
// propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
8080
//
8181
// val composeWasmStdlibTypeInfo: FileCollection = kotlinComposeWasmStdlibTypeInfo

0 commit comments

Comments
 (0)