Skip to content

Commit

Permalink
feat(7646): add qdrant test
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Dec 6, 2023
1 parent 7ab56f8 commit c584a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.caching=false
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

group=com.qwlabs.doraemon
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ include 'test-builder'
include 'quarkus-test'
include 'quarkus-test-resource-keycloak'
include 'quarkus-test-resource-postgres'
include 'quarkus-test-resource-qdrant'
//include 'quarkus-test-resource-qdrant'


0 comments on commit c584a64

Please sign in to comment.