Heh, me again.
I found out what happened, the <targetVersion> tag no longer works. Instead the <supportedVersions> has to be used.
Example: Old
New
Hope that helps some people, because I couldn´t find the fix per Google.
I found out what happened, the <targetVersion> tag no longer works. Instead the <supportedVersions> has to be used.
Example: Old
Code Select
<targetVersion>0.18.0</targetVersion>
New
Code Select
<supportedVersions><li>0.18</li></supportedVersions>
Hope that helps some people, because I couldn´t find the fix per Google.