Skip to content

Commit 7e57608

Browse files
authored
1 parent 57f4d0a commit 7e57608

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: build.gradle

+3
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")) {

Diff for: settings.gradle

+2
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)