Skip to content

Commit f9c5322

Browse files
ilgonmicdkrasnoff
authored andcommitted
Microfix #5
1 parent 8a744cc commit f9c5322

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

resource-server/build.gradle.kts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

9090
tasks.withType<KotlinCompile> {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ include(":indexation")
1313
include(":common")
1414
include(":dependencies")
1515
include(":cache-maker")
16-
//include(":resource-server")
16+
include(":resource-server")

0 commit comments

Comments
 (0)