Skip to content

Commit

Permalink
Merge pull request #237 from grails/docs
Browse files Browse the repository at this point in the history
Execute docs tasks before finalize build
  • Loading branch information
puneetbehl authored Oct 23, 2023
2 parents 9538cda + 25721e3 commit 72e6fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,7 @@ project.afterEvaluate {
}
}

tasks.named("build").configure {
finalizedBy("groovydoc")
}

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
gradleEnterprise {
server = 'https://ge.grails.org'
buildScan {
publishAlways()
publishAlwaysIf(System.getenv('CI') == 'true')
publishIfAuthenticated()
uploadInBackground = System.getenv("CI") == null
capture {
Expand Down

0 comments on commit 72e6fa2

Please sign in to comment.