File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ fun generateProperties(prefix: String = "") = """
97
97
indexesJs.file=${prefix + indexesJs}
98
98
indexesWasm.file=${prefix + indexesWasm}
99
99
indexesComposeWasm.file=${prefix + indexesComposeWasm}
100
- libraries.folder.jvm=${prefix + libJVMFolder }
101
- libraries.folder.js=${prefix + libJSFolder }
102
- libraries.folder.wasm=${prefix + libWasmFolder }
103
- libraries.folder.compose-wasm=${prefix + libComposeWasmFolder }
104
- libraries.folder.compose-wasm-compiler-plugins=${prefix + libComposeWasmCompilerPluginsFolder }
100
+ libraries.folder.jvm=${prefix + libJVM }
101
+ libraries.folder.js=${prefix + libJS }
102
+ libraries.folder.wasm=${prefix + libWasm }
103
+ libraries.folder.compose-wasm=${prefix + libComposeWasm }
104
+ libraries.folder.compose-wasm-compiler-plugins=${prefix + libComposeWasmCompilerPlugins }
105
105
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
106
106
server.compression.enabled=true
107
107
server.compression.mime-types=application/json
You can’t perform that action at this time.
0 commit comments