File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
disconnected-project-using-plugins-and-gradlew Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212 } else {
1313 println " Using online repositories"
1414 jcenter()
15- maven { url " https ://developer.marklogic.com/maven2/" }
15+ maven { url " http ://developer.marklogic.com/maven2/" }
1616 }
1717}
1818
@@ -22,10 +22,10 @@ configurations {
2222
2323dependencies {
2424 // sample java compile dependency. Remove if not required
25- compile ' com.marklogic:marklogic-xcc:9.0.4 '
25+ compile ' com.marklogic:marklogic-xcc:9.0.7 '
2626
2727 // sample mlcp dependency. Remove if not required
28- mlcp " com.marklogic:mlcp:9.0.5 "
28+ mlcp " com.marklogic:mlcp:9.0.7 "
2929}
3030
3131/**
Original file line number Diff line number Diff line change 55 */
66
77plugins {
8- id " com.marklogic.ml-gradle" version " 3.6 .0"
8+ id " com.marklogic.ml-gradle" version " 3.10 .0"
99}
1010
1111repositories {
1212 jcenter()
1313
1414 // Needed for some mlcp dependencies, such as commons-csv:1.5.1-marklogic
15- maven { url " https ://developer.marklogic.com/maven2/" }
15+ maven { url " http ://developer.marklogic.com/maven2/" }
1616}
1717
1818
@@ -21,7 +21,7 @@ configurations {
2121}
2222
2323dependencies {
24- mlcp " com.marklogic:mlcp:9.0.4 "
24+ mlcp " com.marklogic:mlcp:9.0.7 "
2525
2626 /**
2727 * mlcp uses Log4j for logging, and if Log4j can't find a configuration file, it will complain and you'll
You can’t perform that action at this time.
0 commit comments