Fixed gradle setup

This commit is contained in:
Marcin Grzejszczak
2019-10-04 15:45:41 +02:00
parent 5609450bf2
commit ed72a88229
10 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
bootJar {
baseName = 'contract-rest-client'
}

View File

@@ -21,7 +21,7 @@ apply plugin: 'spring-cloud-contract'
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
bootJar {
baseName = 'contract-rest-service'
}

View File

@@ -14,7 +14,7 @@ apply plugin: 'io.spring.dependency-management'
bootJar {
baseName = 'contract-rest-client'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8

View File

@@ -21,7 +21,7 @@ apply plugin: 'spring-cloud-contract'
bootJar {
baseName = 'contract-rest-service'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8

View File

@@ -12,7 +12,7 @@ buildscript {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
repositories {
mavenCentral()

View File

@@ -40,7 +40,7 @@ buildscript {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
// tag::deps_repos[]
repositories {

View File

@@ -12,7 +12,7 @@ buildscript {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
repositories {
mavenCentral()
@@ -42,7 +42,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-restdocs:0.0.1-SNAPSHOT:stubs"
testCompile "com.example:http-server-restdocs:0.0.1:stubs"
}
test {

View File

@@ -16,7 +16,7 @@ buildscript {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
repositories {
mavenCentral()

View File

@@ -12,7 +12,7 @@ buildscript {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
repositories {
mavenCentral()

View File

@@ -8,7 +8,7 @@ plugins {
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
repositories {
mavenCentral()