Skip to content

Commit 9b14510

Browse files
committed
Changing Gradle settings post-publish
Restoring these settings to their normal values for development.
1 parent 7596356 commit 9b14510

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ subprojects {
1212
}
1313

1414
repositories {
15-
// mavenLocal()
15+
mavenLocal()
1616
mavenCentral()
17-
// maven {
18-
// url "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
19-
// }
17+
maven {
18+
url "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
19+
}
2020
}
2121

2222
dependencies {

ml-app-deployer/build.gradle

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

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

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 "com.marklogic:ml-app-deployer:5.0.0"
9+
api project(":ml-app-deployer")
1010

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

settings.gradle

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

0 commit comments

Comments
 (0)