Change groupId from 'org.springframework.boot' to 'org.springframework.data'.
Addresses GH Issue #6.
This commit is contained in:
@@ -10,7 +10,7 @@ buildscript {
|
||||
|
||||
apply plugin: 'io.spring.convention.root'
|
||||
|
||||
group = 'org.springframework.boot'
|
||||
group = 'org.springframework.data'
|
||||
description = 'Spring Boot for Apache Geode'
|
||||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
|
||||
Reference in New Issue
Block a user