Skip to content

Commit

Permalink
Merge pull request #727 from hazendaz/master
Browse files Browse the repository at this point in the history
Adjustments to groovy docs
  • Loading branch information
hazendaz authored Dec 26, 2023
2 parents b4e511c + aa2ff9c commit b3e62e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,10 @@
<version>${gmavenPluginVersion}</version>
<configuration>
<attachGroovyDocAnnotation>true</attachGroovyDocAnnotation>
<docTitle>${project.name} Groovy Documentation</docTitle>
<groovyDocOutputDirectory>${project.reporting.outputDirectory}/gapidocs</groovyDocOutputDirectory>
<invokeDynamic>true</invokeDynamic>
<footer>${project.name} Groovy Documentation</footer>
<header>${project.name} Groovy Documentation</header>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit b3e62e2

Please sign in to comment.