libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit f5b69a26ba39134b456a1a6de7367414ed99a8dd
parent 54d55f2f699844658254eb77aa770ce0164f9b4b
Author: Antoine A <>
Date:   Wed,  3 Sep 2025 15:02:50 +0200

common: fix doc

Diffstat:
Mcommon/build.gradle | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/build.gradle b/common/build.gradle @@ -32,6 +32,10 @@ task versionConstant { } } +dokkaGenerateModuleHtml { + dependsOn versionConstant +} + clean { delete "$buildDir/generated" }