Skip to content

Commit a00a306

Browse files
committed
fix: trying to fine-tune gradle on ci
1 parent cd1be92 commit a00a306

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/doTests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ do
102102
pluginY=$(cut -d'.' -f2 <<<"$pluginVersion")
103103
echo -e "core,$coreVersionX2\nplugin-interface,$piVersion\npostgresql-plugin,$pluginX.$pluginY" > modules.txt
104104
./loadModules
105+
106+
#gradle properties overrides
107+
echo -e "org.gradle.jvmargs=-Xms8g -Xmx8g -XX:+UseContainerSupport" > gradle.properties
108+
echo -e "org.gradle.daemon=false" >> gradle.properties
109+
105110
cd supertokens-core
106111
git checkout $coreVersionTag
107112
cd ../supertokens-plugin-interface

0 commit comments

Comments
 (0)