uschindler commented on issue #15246: URL: https://github.com/apache/lucene/issues/15246#issuecomment-3369211343
> > Was it not working with Gradle plugin portal as was this done to get testinmg done easier -- for me? > > You can't apply a gradle plugin as a Java project dependency... I also find it weird but if you're writing a gradle plugin (like we do), dependencies on other plugins must be expressed like any other maven dependencies and gradle's plugin system uses a completely different naming than Maven Central. Thats obvious, but why does it use the "native naming" (original Maven coordinates) for forbiddenapis, but not the others, Or is this because forbiddenapis is the only one which is also published at maven central (which i find more trustworthy than the Gradle Plugin portal). The deplyoment I do at Gradle Plugin portal is for example missing GPG signatures. Actually my deplyment script just downloads from Maven Central and pushes to Gradle Plugin portal with modified POM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
