Fixed the build

This commit is contained in:
Marcin Grzejszczak
2019-10-07 15:03:57 +02:00
parent ed72a88229
commit 2a40e5fb60
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ dependencies {
testCompile 'org.springframework.cloud:spring-cloud-contract-wiremock'
testCompile 'org.springframework.cloud:spring-cloud-starter-contract-stub-runner'
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "com.example:http-server-webclient-gradle:0.0.1-SNAPSHOT:stubs"
testCompile "com.example:http-server-webclient:0.0.1:stubs"
}
test {

View File

@@ -1 +1 @@
rootProject.name = 'http-client-webclient-gradle'
rootProject.name = 'http-client-webclient'

View File

@@ -22,5 +22,5 @@ pluginManagement {
}
}
}
rootProject.name = 'http-server-webclient-gradle'
rootProject.name = 'http-server-webclient'