Skip to content

Commit

Permalink
Microfix #9
Browse files Browse the repository at this point in the history
ilgonmic committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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)

0 comments on commit af10d26

Please sign in to comment.