Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline{
export JAVA_HOME=$JAVA_HOME_DIR
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
cd kafka-connector/test-app
cd kafka-connector
./gradlew hubInit
./gradlew mlDeploy -PmlPassword=admin
'''
Expand Down
14 changes: 13 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
// Add jaxen to buildscript classpath to prevent NoClassDefFoundError when shadow plugin interferes with
// ml-data-hub plugin execution. It is not yet known why the shadow plugin causes this problem or why it's
// specific to the jaxen library, but this resolves the problem.
classpath 'jaxen:jaxen:2.0.0'
}
}

plugins {
id 'java'
id 'net.saliman.properties' version '1.5.2'
id 'com.gradleup.shadow' version '8.3.4'
id 'com.gradleup.shadow' version '9.2.2'

// Only used for testing
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'kafka-connect-marklogic'

include "test-app"
3 changes: 3 additions & 0 deletions test-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
src/main/hub-internal-config
src/main/entity-config
gradle
gradlew
gradlew.bat
Binary file removed test-app/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions test-app/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

251 changes: 0 additions & 251 deletions test-app/gradlew

This file was deleted.

94 changes: 0 additions & 94 deletions test-app/gradlew.bat

This file was deleted.