Skip to content

Commit

Permalink
copy over EU flag to API docs assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud authored Jan 15, 2025
1 parent 6fbc1b4 commit 1efab99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ tasks.getByName("dokkaHtmlMultiModule") {
files(
"vck-dark.png",
"vck-light.png",
"eu.svg",
).files.forEach { it.copyTo(File("build/dokka/${it.name}"), overwrite = true) }
}
}

val artifactVersion: String by extra
group = "at.asitplus.wallet"
version = artifactVersion
version = artifactVersion

0 comments on commit 1efab99

Please sign in to comment.