Set the group on the root project so the docs are published correctly

See gh-37
This commit is contained in:
Andy Wilkinson
2015-06-16 17:30:09 +01:00
parent 833f0eabb8
commit e5840cd48f
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ buildscript {
}
}
allprojects {
group = 'org.springframework.restdocs'
}
apply plugin: 'samples'
ext {

View File

@@ -3,8 +3,6 @@ ext {
jacocoVersion = '0.7.2.201409121644'
}
group = 'org.springframework.restdocs'
apply plugin: 'maven'
apply plugin: 'sonar-runner'