Skip to content
Snippets Groups Projects
Commit c5b261e4 authored by User expired's avatar User expired
Browse files

using latest postgresql-jdbc driver (does this still influence

performance badly as with version v0.3.1?)
parent 97de431a
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ ext { ...@@ -49,8 +49,8 @@ ext {
isRelease = false isRelease = false
versionFindbugs = '+' versionFindbugs = '+'
versionJacoco = '+' versionJacoco = '+'
//versionPostgresql = '9.2+' versionPostgresql = '9.3+'
versionPostgresql = '9.2-1004-jdbc41' //versionPostgresql = '9.2-1004-jdbc41'
} }
if (!version.matches(~/[0-9\.]*(-SNAPSHOT)?/)) { if (!version.matches(~/[0-9\.]*(-SNAPSHOT)?/)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment