Skip to content

Commit

Permalink
Microfix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Jan 21, 2025
1 parent ea488cf commit af10d26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resource-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
propertiesMap.put("skiko.version", libs.versions.skiko.get())

val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")
//
// if (!applicationPropertiesPath.exists()) {
// applicationPropertiesPath.parentFile.mkdirs()
// applicationPropertiesPath.createNewFile()
// }

propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)

Expand Down

0 comments on commit af10d26

Please sign in to comment.