Skip to content

Commit 15db36b

Browse files
author
Szczepan Faber
committed
Fixed group assignment
1 parent 3850c83 commit 15db36b

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)