Skip to content

Commit f1dc596

Browse files
authored
Fix publishing of java-library and enable for propagator library. (#51)
1 parent c0754c2 commit f1dc596

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

awspropagator/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
plugins {
1717
`java-library`
18+
`maven-publish`
1819
}
1920

2021
base {

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ allprojects {
186186
plugins.withId("java-platform") {
187187
from(components["javaPlatform"])
188188
}
189-
plugins.withId("java-library") {
190-
from(components["java"])
191-
}
192189
plugins.withId("java") {
193190
from(components["java"])
194191
}

0 commit comments

Comments
 (0)