I\'m trying to execute some .sql scripts and then deploy web app using gradle tomcat plugin.
But when I make any attempt to run gradl
The build script is mixing up buildscript dependencies (i.e.
2 needs to go into dependencies { ... }, not into buildscript { dependencies { ... } }.
Everything but the classpath dependencies are regular dependencies.