tlinkowski / basic-annotations

A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
http://annotation.tlinkowski.pl/
Apache License 2.0
9 stars 2 forks source link

Javadoc JAR of basic-annotations subproject is not synced to MavenLocal #13

Closed tlinkowski closed 5 years ago

tlinkowski commented 5 years ago

:basic-annotations:javadocJar introduced by Kordamp runs properly, and generates basic-annotations-0.1.0-javadoc.jar in subprojects/basic-annotations/build/libs.

However, when running publishToMavenLocal, this file is not synced to ~\.m2\repository\pl\tlinkowski\annotation\basic-annotations\0.1.0.

Sources JAR is synced properly.

tlinkowski commented 5 years ago

This was fixed with a workaround, but it's probably something in https://superpom.tlinkowski.pl that needs to be fixed.