-
Improvement
-
Resolution: Fixed
-
Major
-
None
Currently plugins build with the Gradle JPI plugin do not get their JAR artifact deployed to the Maven repository. As a consequence, the API of the plugin can not be used by other plugins because those need the JAR artifact to consume the API.
Trying to add the JAR archive to the artifacts does not help, because it will change the packaging type to JAR which confuses the update center.
artifacts {
archives jar // does not work
}