File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments