Skip to content

Commit

Permalink
eliminated unused maven repository, cleaned up some build.gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jan 29, 2020
1 parent 35ebbed commit d67480d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 81 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion"
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion"
classpath "io.spring.gradle:dependency-management-plugin:$springDependencyManagementPluginVersion"
}

}
Expand Down Expand Up @@ -41,10 +42,6 @@ subprojects {
url 'https://jitpack.io'
}

maven {
url 'https://repo.spring.io/libs-milestone'
}

maven {
url "${project.rootDir}/build/repo"
}
Expand Down
12 changes: 0 additions & 12 deletions ftgo-accounting-service-contracts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
dependencies {
// if using Stub Runner (consumer side) only remove this dependency
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
}
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
}
}

apply plugin: 'spring-cloud-contract'
apply plugin: 'maven-publish'
Expand Down
14 changes: 0 additions & 14 deletions ftgo-api-gateway/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
buildscript {
repositories {
maven {
url 'https://repo.spring.io/libs-milestone'
}
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:$springDependencyManagementPluginVersion"
}
}
}


apply plugin: "io.spring.dependency-management"

Expand All @@ -29,9 +18,6 @@ configurations.all {

repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
maven {
url 'http://oss.jfrog.org/oss-snapshot-local/'
}
Expand Down
12 changes: 0 additions & 12 deletions ftgo-consumer-service-contracts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
dependencies {
// if using Stub Runner (consumer side) only remove this dependency
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
}
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
}
}

apply plugin: 'spring-cloud-contract'
apply plugin: 'maven-publish'
Expand Down
12 changes: 0 additions & 12 deletions ftgo-kitchen-service-contracts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
dependencies {
// if using Stub Runner (consumer side) only remove this dependency
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
}
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
}
}

apply plugin: 'spring-cloud-contract'
apply plugin: 'maven-publish'
Expand Down
12 changes: 0 additions & 12 deletions ftgo-order-service-contracts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
dependencies {
// if using Stub Runner (consumer side) only remove this dependency
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
}
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
}
}

apply plugin: 'spring-cloud-contract'
apply plugin: 'maven-publish'
Expand Down
3 changes: 0 additions & 3 deletions ftgo-order-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://repo.spring.io/libs-milestone'
}
maven {
url "https://dl.bintray.com/eventuateio-oss/eventuate-maven-rc"
}
Expand Down
12 changes: 0 additions & 12 deletions ftgo-restaurant-service-contracts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
dependencies {
// if using Stub Runner (consumer side) only remove this dependency
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:$springCloudContractDependenciesVersion"
}
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/libs-milestone'
}
}
}

apply plugin: 'groovy'
apply plugin: 'spring-cloud-contract'
Expand Down

0 comments on commit d67480d

Please sign in to comment.