Skip to content

Commit

Permalink
docs: change groovydoc access to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Jan 13, 2025
1 parent 02934a8 commit dc0d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/documentation-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.register('groovydoc', Groovydoc) {
classpath = groovydocClasspath
groovyClasspath = groovydocClasspath
docTitle = "Groovy Server Pages (GSP) - ${project.name} - ${project.version}"
access = GroovydocAccess.PRIVATE
access = GroovydocAccess.PROTECTED
includeAuthor = true
includeMainForScripts = false
processScripts = false
Expand Down

0 comments on commit dc0d621

Please sign in to comment.