Skip to content

Commit 9e6c5e8

Browse files
committed
Remove unused maven-publish plugins
We're using the maven-gradle-publish-plugin from the publish-conventions now.
1 parent 38e0e99 commit 9e6c5e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kotlin-result-coroutines/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
`maven-publish`
32
id("kotlin-conventions")
43
id("publish-conventions")
54
}

kotlin-result/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
`maven-publish`
32
id("kotlin-conventions")
43
id("publish-conventions")
54
}

0 commit comments

Comments
 (0)