File tree Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ buildscript {
2+ repositories {
3+ mavenCentral()
4+ }
5+ dependencies {
6+ // Add jaxen to buildscript classpath to prevent NoClassDefFoundError when shadow plugin interferes with
7+ // ml-data-hub plugin execution. It is not yet known why the shadow plugin causes this problem or why it's
8+ // specific to the jaxen library, but this resolves the problem.
9+ classpath ' jaxen:jaxen:2.0.0'
10+ }
11+ }
12+
113plugins {
214 id ' java'
315 id ' net.saliman.properties' version ' 1.5.2'
Original file line number Diff line number Diff line change 1+ ---
2+ name : docker-tests-kafka-marklogic
3+ services :
4+ marklogic :
5+ image : " progressofficial/marklogic-db:latest-11"
6+ platform : linux/amd64
7+ environment :
8+ - INSTALL_CONVERTERS=true
9+ - MARKLOGIC_INIT=true
10+ - MARKLOGIC_ADMIN_USERNAME=admin
11+ - MARKLOGIC_ADMIN_PASSWORD=admin
12+ volumes :
13+ - ./docker/marklogic/logs:/var/opt/MarkLogic/Logs
14+ ports :
15+ - " 8000-8002:8000-8002"
16+ - " 8010-8013:8010-8013"
17+ - " 8018-8019:8018-8019"
18+ cap_drop :
19+ - NET_RAW
Original file line number Diff line number Diff line change 11rootProject. name = ' kafka-connect-marklogic'
22
3+ include " test-app"
Original file line number Diff line number Diff line change 1+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4- zipStoreBase =GRADLE_USER_HOME
54zipStorePath =wrapper/dists
5+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments