Closed jreznot closed 4 years ago
When we run:
> gradlew deploy
It copies all the hsql / postgresql / oracle / etc scripts to tomcat. But it is not necessary for typical project.
Let's filter scripts by default in Fast deployment / UberJAR and WAR / Single WAR deployments
Decided not to do this enhancement, because there are cases when WAR or UberJAR are built to be able to work with all databases.
Environment
Description of the bug or enhancement
When we run:
It copies all the hsql / postgresql / oracle / etc scripts to tomcat. But it is not necessary for typical project.
Let's filter scripts by default in Fast deployment / UberJAR and WAR / Single WAR deployments