Set the group on the root project so the docs are published correctly
See gh-37
This commit is contained in:
@@ -7,6 +7,10 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = 'org.springframework.restdocs'
|
||||
}
|
||||
|
||||
apply plugin: 'samples'
|
||||
|
||||
ext {
|
||||
|
||||
@@ -3,8 +3,6 @@ ext {
|
||||
jacocoVersion = '0.7.2.201409121644'
|
||||
}
|
||||
|
||||
group = 'org.springframework.restdocs'
|
||||
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'sonar-runner'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user