Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit af54121

Browse files
committed
asciidoc consolidation into /docs
(cherry picked from commit 788d2b0) (cherry picked from commit 769cf19)
1 parent a0a1a48 commit af54121

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9
-27
lines changed

docs/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ asciidoctor {
5151
'reproducible' : '',
5252
'version' : project.version,
5353
'pluginVersion' : project.version,
54-
'sourcedir' : "${project.projectDir}/src/main/groovy"
54+
'groupId' : project.group,
55+
'artifactId' : project.name,
56+
'sourcedir' : "${project.projectDir}/src/main/groovy",
57+
'liquibaseHibernate5Version': liquibaseHibernate5Version
5558
}
5659

5760
task fetchSource {

0 commit comments

Comments
 (0)