Skip to content

Commit

Permalink
build: Fix releaseDate task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 27, 2023
1 parent 7885ff5 commit 5cefc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ tasks.register("releaseDate") {
.format(
DateTimeFormatter
.ofLocalizedDateTime(FormatStyle.MEDIUM)
.withLocale(Locale.Builder().setLanguage("pt-BR").build()),
.withLocale(Locale.Builder().setLanguage("pt").setRegion("BR").build()),
),
)
}
Expand Down

0 comments on commit 5cefc04

Please sign in to comment.