We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc6147 commit b50831bCopy full SHA for b50831b
gradle.properties
@@ -24,4 +24,3 @@
24
#
25
26
isRelease = false
27
-publishToLocal = false
mockito-kotlin/publishing.gradle
@@ -40,8 +40,6 @@ uploadArchives {
40
)
41
}
42
43
- if (publishToLocal) repository(url: mavenLocal().url)
44
-
45
pom.project {
46
name 'Mockito-Kotlin'
47
packaging 'jar'
0 commit comments