dweiss commented on pull request #1550:
URL: https://github.com/apache/lucene-solr/pull/1550#issuecomment-637493362


   > I switched from "java-library" type of Gradle plugin/module to more 
plainly "java" because this module isn't a library (isn't something depended on 
by anything), it's closer to an app. 
   
   Fine. 
   
   > I tried type "application" but I didn't have the same control that the 
"JavaExec" task gives you. One consequence of not using "java-library" is that 
the names of the categories of dependencies are different, and so this appears 
odd/unusual relative to the other modules.
   
   This isn't accurate. The names of dependency configurations are different 
(and their setup is different). Gradle plugins (such as java, java-library, 
etc.) set up defaultsa for essentially the same underlying infrastructure. So 
you could just stay with 'java-library' and it'd still be fine.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to