We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f1f27 commit 1fe4409Copy full SHA for 1fe4409
deploy.sh
@@ -19,7 +19,7 @@ if [ "$PROJECT" == "orm" ] || [ "$PROJECT" == "reactive" ]; then
19
fi
20
21
if [ "$PROJECT" == "ogm" ]; then
22
- ADDITIONAL_OPTIONS="-DmongodbProvider=external -DskipITs -s settings-example.xml"
+ ADDITIONAL_OPTIONS="-DmongodbProvider=external -DskipITs"
23
elif [ "$PROJECT" == "search" ]; then
24
# Disable Develocity build scan publication and build caching
25
ADDITIONAL_OPTIONS="-Dscan=false -Dno-build-cache -Dgradle.cache.remote.enabled=false -Dgradle.cache.local.enabled=false"
0 commit comments