Skip to content

Commit 86be8c8

Browse files
author
Russel Winder
committed
Enforce en_GB.UTF-8 as the locale for the Bamboo build since the source contains UTF-8 encoded Unicode code points.
1 parent 75225ef commit 86be8c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bambooBuild

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ then
99
buildTask=$1
1010
fi
1111

12+
export LC_ALL=en_GB.UTF-8
13+
1214
./gradlew -i clean $buildTask

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
}
9292

9393
// To get the details of the "unchecked" issues.
94-
compileGroovy.options.compilerArgs = ['-Xlint']
94+
compileGroovy.options.compilerArgs = [ '-Xlint' ]
9595

9696
[compileGroovy, compileTestGroovy]*.groovyOptions*.fork(memoryInitialSize: '128M', memoryMaximumSize: '256M')
9797

0 commit comments

Comments
 (0)