File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ pluginBundle {
8181 displayName = ' ml-gradle for MarkLogic'
8282 description = ' Gradle plugin for configuring and deploying applications to MarkLogic'
8383 tags = [' marklogic' ]
84- version = " 2.3.1 "
84+ version = " 2.3.2 "
8585 }
8686 }
8787
8888 mavenCoordinates {
89- version = " 2.3.1 "
89+ version = " 2.3.2 "
9090 }
9191}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
3939 * that those blocks can override properties before ml-gradle initializes itself.
4040 */
4141plugins {
42- id " com.marklogic.ml-gradle" version " 2.3.1 "
42+ id " com.marklogic.ml-gradle" version " 2.3.2 "
4343
4444 // The following plugins are optional
4545
Original file line number Diff line number Diff line change 11group =com.marklogic
2- version =2.3.1
2+ version =2.3.2
33mlAppDeployerDependency =com.marklogic:ml-app-deployer:2.3.0
44
You can’t perform that action at this time.
0 commit comments