mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-05 11:51:09 +01:00
Set default locale of native builds to en_US, bump sop-java to 14.0.2-SNAPSHOT
This commit is contained in:
parent
17a0756586
commit
9f9ad7bcab
2 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,11 @@ plugins {
|
||||||
|
|
||||||
graalvmNative {
|
graalvmNative {
|
||||||
toolchainDetection = true
|
toolchainDetection = true
|
||||||
|
|
||||||
|
binaries.main {
|
||||||
|
buildArgs.add('-H:DefaultLocale=en')
|
||||||
|
buildArgs.add('-H:IncludeLocales=de,en')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ allprojects {
|
||||||
logbackVersion = '1.5.13'
|
logbackVersion = '1.5.13'
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.5.1'
|
||||||
slf4jVersion = '1.7.36'
|
slf4jVersion = '1.7.36'
|
||||||
sopJavaVersion = '14.0.1'
|
sopJavaVersion = '14.0.2-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue