Skip to content

Commit 39d9af6

Browse files
authored
Removes mavenPublishing block from testing-lib (#132)
1 parent 54a19a9 commit 39d9af6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

testing-lib/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id("java-library")
33
id("org.jetbrains.kotlin.jvm")
4-
id("com.vanniktech.maven.publish")
54
}
65

76
repositories {
@@ -21,10 +20,6 @@ java {
2120
withSourcesJar()
2221
}
2322

24-
mavenPublishing {
25-
configure(com.vanniktech.maven.publish.KotlinJvm())
26-
}
27-
2823
dependencies {
2924
implementation(project(":lib"))
3025
implementation(libs.arrowCore)

0 commit comments

Comments
 (0)