Skip to content

Commit 9578627

Browse files
hansenmcrjrudin
authored andcommitted
update CORB and ml-gradle versions to latest in examples/corb2-project
Update CORB to 2.4.1 and ml-gradle to 3.9.0
1 parent c630357 commit 9578627

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/corb2-project/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ buildscript {
1818
}
1919
dependencies {
2020
//Needed for CorbTask to dynamicaly generate properties from CORB Options class
21-
classpath 'com.marklogic:marklogic-corb:2.3.2'
21+
classpath 'com.marklogic:marklogic-corb:2.4.1'
2222
}
2323
}
2424

2525
plugins {
26-
id "com.marklogic.ml-gradle" version "3.6.0"
26+
id "com.marklogic.ml-gradle" version "3.9.0"
2727
}
2828

2929
repositories {
@@ -42,7 +42,7 @@ configurations {
4242

4343
dependencies {
4444
// required to run CoRB2
45-
corb 'com.marklogic:marklogic-corb:2.3.2'
45+
corb 'com.marklogic:marklogic-corb:2.4.1'
4646
// optional
4747
//corb 'org.jasypt:jasypt:1.9.2' // would be necessary to leverage JasyptDecrypter
4848
}
@@ -97,7 +97,7 @@ task corb(type: com.marklogic.gradle.task.CorbTask) {
9797
* the transform.xqy module to perform any action that you would like - this is just to show how to invoke corb from Gradle.
9898
*/
9999
task corbAdhoc(type: com.marklogic.gradle.task.CorbTask) {
100-
xccConnectionUri = contentXccUrl
100+
xccConnectionUri = contentXccUrl
101101
urisModule = "src/main/ml-modules/ext/corb2-project/corb/uris.xqy|ADHOC"
102102
processModule = "src/main/ml-modules/ext/corb2-project/corb/transform.xqy|ADHOC"
103103
}

0 commit comments

Comments
 (0)