We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fad38 commit d8f1f27Copy full SHA for d8f1f27
deploy.sh
@@ -19,7 +19,7 @@ if [ "$PROJECT" == "orm" ] || [ "$PROJECT" == "reactive" ]; then
19
fi
20
21
if [ "$PROJECT" == "ogm" ]; then
22
- ADDITIONAL_OPTIONS="-U -DmongodbProvider=external -DskipITs -s settings-example.xml"
+ ADDITIONAL_OPTIONS="-DmongodbProvider=external -DskipITs -s settings-example.xml"
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