File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2525plugins {
26- id " com.marklogic.ml-gradle" version " 3.6 .0"
26+ id " com.marklogic.ml-gradle" version " 3.9 .0"
2727}
2828
2929repositories {
@@ -42,7 +42,7 @@ configurations {
4242
4343dependencies {
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 */
9999task 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}
You can’t perform that action at this time.
0 commit comments