We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cada2 commit d8a01f0Copy full SHA for d8a01f0
build.gradle
@@ -33,6 +33,9 @@ tasks.named("githubRelease") {
33
releaseName = project.version
34
}
35
36
+// Will be used to handle Sonatype staging repositories.
37
+group = 'org.mockito.kotlin'
38
+
39
nexusPublishing {
40
repositories {
41
if (System.getenv("NEXUS_TOKEN_PWD")) {
settings.gradle
@@ -1,2 +1,4 @@
1
+rootProject.name = 'mockito-kotln-root'
2
3
include 'mockito-kotlin'
4
includeBuild 'tests'
0 commit comments