Skip to content

Commit

Permalink
[CALCITE-6212] Config locale = 'en_US' for javadoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
libenchao committed Jan 19, 2024
1 parent 6672f7e commit d5fa3eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ allprojects {
(options as StandardJavadocDocletOptions).apply {
// Please refrain from using non-ASCII chars below since the options are passed as
// javadoc.options file which is parsed with "default encoding"
// locale should be placed at the head of any options: https://docs.gradle.org/current/javadoc/org/gradle/external/javadoc/CoreJavadocOptions.html#getLocale
locale = "en_US"
noTimestamp.value = true
showFromProtected()
// javadoc: error - The code being documented uses modules but the packages
Expand Down

0 comments on commit d5fa3eb

Please sign in to comment.