Skip to content

Commit 89e0816

Browse files
committed
Publishing ml-app-deployer
1 parent 9c56464 commit 89e0816

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ml-app-deployer/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dependencies {
2-
api project(":ml-javaclient-util")
2+
//api project(":ml-javaclient-util")
3+
api "com.marklogic:ml-javaclient-util:5.0.0"
34

45
// For RestTemplate, which wraps OkHttpClient.
56
api 'org.springframework:spring-web:5.3.39'

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-javaclient-util"
2+
include "ml-app-deployer"

0 commit comments

Comments
 (0)