When using Turkish locale (on linux `LC_ALL=tr_TR`...
# javascript
r
When using Turkish locale (on linux
LC_ALL=tr_TR
) the task names from the kotlin gradle plugin somehow get translated (e.g.
frontendBrowserProduct�onRun
or
frontendBrowserProduct�onWebpack
) and builds with some
tasks.getByName("....")
calls fail. Anyone have an idea why is this happening?
e
this type of problem is almost always caused by use of locale-sensitive
.toUpperCase()