jprante / jdbc-driver-csv

JDBC driver for CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Gradle wrapper and sonarqube plugin

davidmichaelkarr opened this issue · comments

This is wrappered to version Gradle 3.2.1, which is pretty old. If I try to import it into Eclipse with a more recent version of Gradle, it fails with an error described at the following: gradle/gradle#1667 .

The fix, as described on that page, is simply to upgrade the sonarqube plugin from 2.2 to a more recent version, like 2.5.

It would also be good to change the gradle version in the wrapper to a more recent version.