Skip to content

Commit d6b1710

Browse files
committed
Publishing ml-gradle
1 parent 89e0816 commit d6b1710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
dependencies {
77
implementation localGroovy()
88

9-
api project(":ml-app-deployer")
9+
api "com.marklogic:ml-app-deployer:5.0.0"
1010

1111
// For MlcpTask
1212
implementation "com.marklogic:mlcp-util:1.0.1"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
//include "ml-javaclient-util", "ml-app-deployer", "ml-gradle"
2-
include "ml-app-deployer"
2+
include "ml-gradle"

0 commit comments

Comments
 (0)