The plugin returns "${extension.name} API" as library name for "Javax annotation API" Library
sergio-sastre opened this issue · 2 comments
sergio-sastre commented
About this issue
While adding the Javax annotation API library
This plugin returns as library name the following placeholder instead of the library name:
"${extension.name} API"
Details
- [ 11.2.2] Used library version
mikepenz commented
@sergio-sastre unfortunately that is wrong information in the libraries pom
file.
See the same report here: #998
You can overwrite the respective name for such situations
mikepenz commented
See Gradle Plugin Configuration
in the README for more details