Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b67724a7a560ad547aced7df7629767ed3f37106 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version=1.2.0
release.type=integration
javadoc.exclude.package.names=**/internal/**,**/internal
ivy.cache=ivy-cache
ivy.cache.dir=${basedir}/../${ivy.cache}
integration.repo.dir=${basedir}/../integration-repo
source.version=1.5
findbugs.enforce=true
clover.enforce=true
clover.coverage=40%
local.repository.dir=${basedir}/../../ivy-repository

# Workaround for intermittent I/O errors on Windows, presumably by tidying up test environment file handles
test.forkmode=perTest

project.name=Gemini Web
natural.name=gemini-web
project.key=GW

test.vm.args= -Xmx768M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
#debug string to append to test.vm.args= -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y

#Minor non-functional change to provoke a ci-build

Back to the top