vorburger commented on pull request #1366: URL: https://github.com/apache/fineract/pull/1366#issuecomment-703165480
> Not sure if that applies also for running unit tests on the console, would need to test. So for `./gradlew integrationTest` to work with what I have proposed above, where I suggest that we do NOT include any JDBC driver JAR into the WAR, we would just have to add it (a JDBC driver) to the external Tomcat which we start for running the ITs. This, hopefully, shouldn't actually be that hard - note the [`extraClasspath` and `sharedClasspath` properties](https://github.com/bmuschko/gradle-cargo-plugin#extension-properties), which we should be able to use somewhere in [our Cargo plugin configuration](https://github.com/apache/fineract/blob/develop/fineract-provider/build.gradle#L682)? ---------------------------------------------------------------- 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]
