Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-otto committed Sep 6, 2024
1 parent 2e66ec9 commit 32d7cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/richclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ val setAppAboutUrl = "https://openecard.org/"
val setAppVersion = VersionNumber.parse(project.version.toString()).let {
"${it.major}.${it.minor}.${it.micro}${ if (!it.qualifier.isNullOrEmpty()) "-${it.qualifier}" else ""}"
}
}

task("copyDependencies", Copy::class) {
from(configurations.runtimeClasspath).into(layout.buildDirectory.dir("jars"))
Expand Down

0 comments on commit 32d7cb0

Please sign in to comment.