Skip to content

Commit 7e57608

Browse files
authored
Fix release scripts (#514)
See https://github.com/mockito/mockito-kotlin/pull/502/files#r1412891601 for more information Fixes #509
1 parent 57f4d0a commit 7e57608

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

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)