gradle-gaelyk-plugin
gradle-gaelyk-plugin copied to clipboard
When in RAD mode, jar files should *not* be copied into src/main/webapp/WEB-INF/lib folder
If we are just using
gradle gaeRun
Why are all the jar files placed in the src/main/webapp/WEB-INF/lib
folder?
Why do they even need to be there?
the
mvn gae:run
plugin does not do this?
gradle compile
does not do this?
Is it not possible to use the gradle classpath when running gaeRun
while not having to resolve all the jar files into the source tree?