Skip to content

Commit

Permalink
Group should be io.micronaut.configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Mar 5, 2019
1 parent 3a0373e commit 88c534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext {
subprojects { Project subproject ->

version project.projectVersion
group "io.micronaut.kubernetes"
group "io.micronaut.configuration"
ext {
isConfiguration = subproject.projectDir.parentFile.name == 'configurations'
isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")
Expand Down

0 comments on commit 88c534c

Please sign in to comment.