Skip to content

Commit 1a1fc5c

Browse files
authored
Merge pull request #413 from mockito/sf
Fixed group assignment
2 parents 3850c83 + 15db36b commit 1a1fc5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ apply plugin: "org.shipkit.shipkit-auto-version"
1717
apply plugin: "org.shipkit.shipkit-changelog"
1818
apply plugin: "org.shipkit.shipkit-github-release"
1919

20-
group = 'org.mockito.kotlin'
20+
allprojects {
21+
group = 'org.mockito.kotlin'
22+
}
2123

2224
tasks.named("generateChangelog") {
2325
previousRevision = project.ext.'shipkit-auto-version.previous-tag'

0 commit comments

Comments
 (0)