hello! any idea why publish to sonatype would not include my custom plugin.jar? I’m publishing to both Maven Central and Plugin Portal and while last publish was successful I only got pom, javadoc and sources (from default maven publication) but no jar.
My root project config:
https://github.com/ExpediaGroup/graphql-kotlin/blob/master/build.gradle.kts#L172 <- I’m explicitly configuring
mavenJava
publication for all projects except Gradle plugin as it explicitly creates its own