Skip to content

Commit 7e57608

Browse files
authored
1 parent 57f4d0a commit 7e57608

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ tasks.named("githubRelease") {
3333
releaseName = project.version
3434
}
3535

36+
// Will be used to handle Sonatype staging repositories.
37+
group = 'org.mockito.kotlin'
38+
3639
nexusPublishing {
3740
repositories {
3841
if (System.getenv("NEXUS_TOKEN_PWD")) {

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
rootProject.name = 'mockito-kotln-root'
2+
13
include 'mockito-kotlin'
24
includeBuild 'tests'

0 commit comments

Comments
 (0)