Skip to content

Commit

Permalink
Microfix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Jan 21, 2025
1 parent 697a230 commit 273ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ val composeWasmPropertiesUpdater by tasks.registering(ComposeWasmPropertiesUpdat
val applicationPropertiesPath = projectDir.resolve("src/main/resources/application.properties")

if (!applicationPropertiesPath.exists()) {
applicationPropertiesPath.createNewFile()
// applicationPropertiesPath.createNewFile()
}

// propertiesPath.set(applicationPropertiesPath.normalize().absolutePath)
Expand Down

0 comments on commit 273ac14

Please sign in to comment.