Fixing the build (#63)

we are installing artifacts twice. With Maven and Gradle then. We need to change that.

fixes #62
This commit is contained in:
Marcin Grzejszczak
2016-08-22 11:33:17 +02:00
committed by GitHub
parent 317a25b589
commit 012eac8f3c
38 changed files with 95 additions and 70 deletions

View File

@@ -43,6 +43,7 @@ dependencies {
}
test {
systemProperty 'spring.profiles.active', 'gradle'
testLogging {
exceptionFormat = 'full'
}

View File

@@ -1,2 +1,3 @@
org.gradle.daemon=false
verifierVersion=1.0.0.BUILD-SNAPSHOT
BOM_VERSION=Brixton.SR4

View File

@@ -1,6 +1,6 @@
#Thu Jul 21 10:16:50 CEST 2016
#Fri Aug 19 15:39:49 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

View File

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