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 78c5f54 commit 07c6b8d
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 @@ -241,6 +241,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 07c6b8d

Please sign in to comment.