Use code block switch extension from separate project

Closes gh-229
This commit is contained in:
Andy Wilkinson
2017-03-08 13:04:27 +00:00
parent 81c2816693
commit 70df55d413
7 changed files with 7 additions and 143 deletions

View File

@@ -2,7 +2,14 @@ plugins {
id 'org.asciidoctor.convert' version '1.5.3'
}
repositories {
maven {
url 'https://repo.spring.io/release'
}
}
dependencies {
asciidoctor 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.0.RELEASE'
testCompile project(':spring-restdocs-mockmvc')
testCompile project(':spring-restdocs-restassured')
testCompile 'javax.validation:validation-api'