HHH-12190 - General tidying of Gradle scripts, add maven local to HANA matrix script

This commit is contained in:
Andrea Boriero 2018-01-17 15:55:02 +00:00
parent 4172e9ca06
commit ee0c8305e9
1 changed files with 6 additions and 1 deletions

View File

@ -4,4 +4,9 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'com.sap.db.jdbc:ngdbc:2.2.8'
jdbcDependency 'com.sap.db.jdbc:ngdbc:2.2.8'
repositories {
mavenLocal()
}