Skip to content

Commit 3fce449

Browse files
committed
Updating to use 2.1.0
1 parent 38a48c3 commit 3fce449

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/bin
2+
.classpath
3+
.project
4+
/build
5+
.gradle
6+
.settings
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
mavenLocal()
5+
}
6+
dependencies {
7+
classpath "com.marklogic:ml-gradle:2.1.0"
8+
}
9+
}
10+
11+
apply plugin: "com.marklogic.ml-gradle"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mlHost=localhost
2+
mlAppName=flexrep-with-path-project
3+
mlRestPort=8130
4+
mlUsername=admin
5+
mlPassword=admin

examples/schemas-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenLocal()
55
}
66
dependencies {
7-
classpath "com.marklogic:ml-gradle:DEV"
7+
classpath "com.marklogic:ml-gradle:2.1.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)