From 64faf919eb0cb99762eb0b70fd80c3b002454cec Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Tue, 21 Jan 2025 21:07:02 +0100 Subject: [PATCH] Microfix #5 --- resource-server/build.gradle.kts | 30 +++++++++++++++--------------- settings.gradle.kts | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/resource-server/build.gradle.kts b/resource-server/build.gradle.kts index 256d997d..a790699d 100644 --- a/resource-server/build.gradle.kts +++ b/resource-server/build.gradle.kts @@ -70,21 +70,21 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat propertiesMap.put("server.port", "8081") propertiesMap.put("skiko.version", libs.versions.skiko.get()) - val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties") - - if (!applicationPropertiesPath.exists()) { - applicationPropertiesPath.createNewFile() - } - - propertiesPath.set(applicationPropertiesPath.normalize().absolutePath) - - val composeWasmStdlibTypeInfo: FileCollection = kotlinComposeWasmStdlibTypeInfo - - typeInfoFile.fileProvider( - provider { - composeWasmStdlibTypeInfo.singleFile - } - ) +// val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties") +// +// if (!applicationPropertiesPath.exists()) { +// applicationPropertiesPath.createNewFile() +// } +// +// propertiesPath.set(applicationPropertiesPath.normalize().absolutePath) +// +// val composeWasmStdlibTypeInfo: FileCollection = kotlinComposeWasmStdlibTypeInfo +// +// typeInfoFile.fileProvider( +// provider { +// composeWasmStdlibTypeInfo.singleFile +// } +// ) } tasks.withType { diff --git a/settings.gradle.kts b/settings.gradle.kts index 33417244..921f9315 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,4 +20,4 @@ include(":indexation") include(":common") include(":dependencies") include(":cache-maker") -//include(":resource-server") \ No newline at end of file +include(":resource-server") \ No newline at end of file