We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a19a9 commit 39d9af6Copy full SHA for 39d9af6
1 file changed
testing-lib/build.gradle.kts
@@ -1,7 +1,6 @@
1
plugins {
2
id("java-library")
3
id("org.jetbrains.kotlin.jvm")
4
- id("com.vanniktech.maven.publish")
5
}
6
7
repositories {
@@ -21,10 +20,6 @@ java {
21
20
withSourcesJar()
22
23
24
-mavenPublishing {
25
- configure(com.vanniktech.maven.publish.KotlinJvm())
26
-}
27
-
28
dependencies {
29
implementation(project(":lib"))
30
implementation(libs.arrowCore)
0 commit comments