File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ def setupDockerMarkLogic(String image){
21
21
MARKLOGIC_IMAGE=''' + image+ ''' MARKLOGIC_LOGS_VOLUME=marklogicLogs docker compose up -d --build
22
22
echo "Waiting for MarkLogic server to initialize."
23
23
sleep 60s
24
+ export JAVA_HOME=$JAVA_HOME_DIR
24
25
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
25
26
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
26
27
./gradlew mlTestConnections
Original file line number Diff line number Diff line change 1
- plugins {
2
- // Allows for downloading a JDK based on Gradle toolchain configuration.
3
- // Using a version prior to 1.0, which requires Java 17, and Jenkins is using Java 8.
4
- id " org.gradle.toolchains.foojay-resolver-convention" version " 0.10.0"
5
- }
1
+
6
2
7
3
rootProject. name = ' marklogic-client-api-parent'
8
4
include ' :marklogic-client-api'
You can’t perform that action at this time.
0 commit comments