Skip to content

Commit

Permalink
Changing Gradle settings post-publish
Browse files Browse the repository at this point in the history
Restoring these settings to their normal values for development.
  • Loading branch information
rjrudin committed Sep 16, 2024
1 parent 7596356 commit 9b14510
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ subprojects {
}

repositories {
// mavenLocal()
mavenLocal()
mavenCentral()
// maven {
// url "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
// }
maven {
url "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
}
}

dependencies {
Expand Down
3 changes: 1 addition & 2 deletions ml-app-deployer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dependencies {
//api project(":ml-javaclient-util")
api "com.marklogic:ml-javaclient-util:5.0.0"
api project(":ml-javaclient-util")

// For RestTemplate, which wraps OkHttpClient.
api 'org.springframework:spring-web:5.3.39'
Expand Down
2 changes: 1 addition & 1 deletion ml-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
implementation localGroovy()

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

// For MlcpTask
implementation "com.marklogic:mlcp-util:1.0.1"
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
//include "ml-javaclient-util", "ml-app-deployer", "ml-gradle"
include "ml-gradle"
include "ml-javaclient-util", "ml-app-deployer", "ml-gradle"

0 comments on commit 9b14510

Please sign in to comment.