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 ea488cf commit af10d26Copy full SHA for af10d26
resource-server/build.gradle.kts
@@ -71,11 +71,6 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
71
propertiesMap.put("skiko.version", libs.versions.skiko.get())
72
73
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
74
-//
75
-// if (!applicationPropertiesPath.exists()) {
76
-// applicationPropertiesPath.parentFile.mkdirs()
77
-// applicationPropertiesPath.createNewFile()
78
-// }
79
80
propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
81
0 commit comments