Skip to content

Instantly share code, notes, and snippets.

@pb8226
Created April 30, 2018 21:40
Show Gist options
  • Save pb8226/37fe566b957239c0ab7f9b1812888133 to your computer and use it in GitHub Desktop.
Save pb8226/37fe566b957239c0ab7f9b1812888133 to your computer and use it in GitHub Desktop.
<%_ if (databaseType == 'sql') { _%>
compile "org.hibernate:hibernate-core:${hibernate_entitymanager_version}"
compile("com.zaxxer:HikariCP") {
exclude(module: 'tools')
}
<%_ } _%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment