aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4ee6ca3..3e55fa8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,9 @@ apply plugin: "org.shipkit.shipkit-auto-version"
apply plugin: "org.shipkit.shipkit-changelog"
apply plugin: "org.shipkit.shipkit-github-release"
-group = 'org.mockito.kotlin'
+allprojects {
+ group = 'org.mockito.kotlin'
+}
tasks.named("generateChangelog") {
previousRevision = project.ext.'shipkit-auto-version.previous-tag'