We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3850c83 + 15db36b commit 1a1fc5cCopy full SHA for 1a1fc5c
build.gradle
@@ -17,7 +17,9 @@ apply plugin: "org.shipkit.shipkit-auto-version"
17
apply plugin: "org.shipkit.shipkit-changelog"
18
apply plugin: "org.shipkit.shipkit-github-release"
19
20
-group = 'org.mockito.kotlin'
+allprojects {
21
+ group = 'org.mockito.kotlin'
22
+}
23
24
tasks.named("generateChangelog") {
25
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
0 commit comments