This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Description
def gradlePluginJar = tasks.getByPath(':gradle-plugin:jar')
gradlePluginJar.getArchiveClassifier().set("gradle-plugin")
artifacts {
add("archives", gradlePluginJar)
}
Causes a failure https://travis-ci.com/MinimallyCorrect/Mixin/jobs/277408476 :
org.gradle.api.publish.maven.InvalidMavenPublicationException: Invalid publication 'javaLibrary': POM file is invalid. Check any modifications you have made to the POM file.
...
Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: Duplicated tag: 'packaging' (position: START_TAG seen ...<name>gradle-plugin</name>\n <packaging>... @22:14)
Thought this was the same issue as #847 but it still happens with shipkit 2.2.7.