Skip to content

Commit b50831b

Browse files
committed
Fix release build config
1 parent ebc6147 commit b50831b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
#
2525

2626
isRelease = false
27-
publishToLocal = false

mockito-kotlin/publishing.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ uploadArchives {
4040
)
4141
}
4242

43-
if (publishToLocal) repository(url: mavenLocal().url)
44-
4543
pom.project {
4644
name 'Mockito-Kotlin'
4745
packaging 'jar'

0 commit comments

Comments
 (0)