File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
examples/local-testing-project Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ pluginBundle {
8787 displayName = ' ml-gradle for MarkLogic'
8888 description = ' Gradle plugin for configuring and deploying applications to MarkLogic'
8989 tags = [' marklogic' ]
90- version = " 2.7.3 "
90+ version = " 2.8.0 "
9191 }
9292 }
9393
9494 mavenCoordinates {
95- version = " 2.7.3 "
95+ version = " 2.8.0 "
9696 }
9797}
Original file line number Diff line number Diff line change 11# Set this to the version you used when running
22# "gradle -Pversion=(something) publishToMavenLocal" on your local ml-gradle repo
3- mlGradleVersion =DEV
3+ mlGradleVersion =2.8.0
44
55mlHost =localhost
66mlAppName =example
77mlRestPort =8123
88mlUsername =admin
99mlPassword =admin
10+
11+
Original file line number Diff line number Diff line change 11group =com.marklogic
2- version =2.7.3
3- mlAppDeployerDependency =com.marklogic:ml-app-deployer:2.7 .0
2+ version =2.8.0
3+ mlAppDeployerDependency =com.marklogic:ml-app-deployer:2.8 .0
44mlcpUtilDependency =com.marklogic:mlcp-util:0.3.0
55
You can’t perform that action at this time.
0 commit comments