Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 5d343db

Browse files
authored
Merge pull request #136 from marklogic-community/feature-129
Feature 129 - install via Gradle
2 parents b8e2e7e + 9318445 commit 5d343db

File tree

266 files changed

+988
-46178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+988
-46178
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ eclipse/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5
55
shtests/*-out.txt
66
shtests/output.log
77
.idea/*
8+
..iml
9+
.gradle
10+
build
11+
gradle-local.properties

build.gradle

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// copied
2+
3+
buildscript {
4+
repositories {
5+
jcenter()
6+
}
7+
dependencies {
8+
classpath "com.marklogic:ml-unit-test-client:${mlUnitTestVersion}"
9+
classpath "com.marklogic:ml-gradle:${mlGradleVersion}"
10+
}
11+
}
12+
13+
plugins {
14+
id "net.saliman.properties" version "1.4.6"
15+
// id "com.marklogic.ml-gradle" version "3.8.1"
16+
}
17+
18+
apply plugin: "java"
19+
apply plugin: "com.marklogic.ml-gradle"
20+
21+
repositories {
22+
jcenter()
23+
}
24+
25+
dependencies {
26+
mlRestApi "com.marklogic:ml-unit-test-modules:${mlUnitTestVersion}"
27+
28+
// For running ml-unit-test tests via JUnit
29+
testCompile "com.marklogic:ml-unit-test-client:${mlUnitTestVersion}"
30+
testCompile "junit:junit:4.12"
31+
}
32+

config/env.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

config/webserver-settings.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

deploy/app_specific.rb

Lines changed: 0 additions & 77 deletions
This file was deleted.

deploy/build.properties

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)