We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0754c2 commit f1dc596Copy full SHA for f1dc596
awspropagator/build.gradle.kts
@@ -15,6 +15,7 @@
15
16
plugins {
17
`java-library`
18
+ `maven-publish`
19
}
20
21
base {
build.gradle.kts
@@ -186,9 +186,6 @@ allprojects {
186
plugins.withId("java-platform") {
187
from(components["javaPlatform"])
188
189
- plugins.withId("java-library") {
190
- from(components["java"])
191
- }
192
plugins.withId("java") {
193
from(components["java"])
194
0 commit comments