File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ 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-
79- propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
80-
81- val composeWasmStdlibTypeInfo: FileCollection = kotlinComposeWasmStdlibTypeInfo
82-
83- typeInfoFile.fileProvider(
84- provider {
85- composeWasmStdlibTypeInfo.singleFile
86- }
87- )
73+ // val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74+ //
75+ // if (!applicationPropertiesPath.exists()) {
76+ // applicationPropertiesPath.createNewFile()
77+ // }
78+ //
79+ // propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
80+ //
81+ // val composeWasmStdlibTypeInfo: FileCollection = kotlinComposeWasmStdlibTypeInfo
82+ //
83+ // typeInfoFile.fileProvider(
84+ // provider {
85+ // composeWasmStdlibTypeInfo.singleFile
86+ // }
87+ // )
8888}
8989
9090tasks.withType<KotlinCompile > {
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ include(":indexation")
1313include(" :common" )
1414include(" :dependencies" )
1515include(" :cache-maker" )
16- // include(":resource-server")
16+ include(" :resource-server" )
You can’t perform that action at this time.
0 commit comments