Skip to content

Commit

Permalink
Merge pull request #413 from mockito/sf
Browse files Browse the repository at this point in the history
Fixed group assignment
  • Loading branch information
mockitoguy authored Mar 22, 2021
2 parents 3850c83 + 15db36b commit 1a1fc5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1a1fc5c

Please sign in to comment.