cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Provide get/set methods for CubaDbTask properties #38

Closed jreznot closed 6 years ago

jreznot commented 6 years ago

Environment

Description of the bug or enhancement

Fields have protected modifier:

    protected String dbms;
    protected String dbmsVersion;
    protected String delimiter = "^";
    protected String host = "localhost";
    protected String dbFolder = "db";
    protected String connectionParams = "";
    protected String dbName;
    protected String dbUser;
    protected String dbPassword;
    protected String driverClasspath;
    protected String dbUrl;
    protected String driver;
    protected String timeStampType;
    protected File dbDir;

Gradle shows warning on properties:

image