Skip to content

Commit

Permalink
Fix release scripts (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 9, 2024
1 parent 57f4d0a commit 7e57608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -33,6 +33,9 @@ tasks.named("githubRelease") {
releaseName = project.version
}

// Will be used to handle Sonatype staging repositories.
group = 'org.mockito.kotlin'

nexusPublishing {
repositories {
if (System.getenv("NEXUS_TOKEN_PWD")) {
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
@@ -1,2 +1,4 @@
rootProject.name = 'mockito-kotln-root'

include 'mockito-kotlin'
includeBuild 'tests'

0 comments on commit 7e57608

Please sign in to comment.