We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697a230 commit 273ac14Copy full SHA for 273ac14
resource-server/build.gradle.kts
@@ -73,7 +73,7 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
73
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74
75
if (!applicationPropertiesPath.exists()) {
76
- applicationPropertiesPath.createNewFile()
+// applicationPropertiesPath.createNewFile()
77
}
78
79
// propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
0 commit comments