
Go to the project section and select gradle scripts menu.My project is up and running.It just asked me to update to gradle build tools 25.0.0 which I did so. distributionUrl=https\:///distributions/gradle-5.6.2-all.zip I changed my distribution url in gradle-wrapper.properties with this one. I've gone through all the Stack solutions and nothing worked for me except this workaround: See database upgrades for more information.I updated my Android Studio to 2.3 and it asked me to update my gradle plugin to 3.3 that created issues with my running projects. The connection string, database user name, and the database user's password will also need to be configured.ĭepending on the database being used, you may need to customize the dbStatements.properties.Īlternatively to modifying the dbStatements.properties it is possible to use a dialect file to support other databases.Īlso, if using an external database you will need to manually upgrade the schema.Options for Maven, Gradle, Ant, CLI, and Jenkins). The database driver will need to be specified using the dbDriver and if the driver is notĪlready in the classpath the dbDriverPath options will need to be set (see the specific configuration.Dependency-check clients running scans will need to be configured to use the central database:.Used during the update process will need to be granted update rights on the tables. Instance of the dependency-check client should be setup with updates enabled and the account Note, the clients performing the scans should run with the noupdate setting.The account that the clients will connect using must have select granted on the tables.If you are using H2 in server mode, as of version 6.0.0, the dependency-check-core JAR file needs to be available in the H2 path due to how functions/stored procedures work in H2.Scripts may need to be updated to correctly create the database and/or add users.

Or one of the other initialization scripts found here.

Please note that if theĬlients are unable to access the Internet the analysis may result in a few false negatives Then the other dependency-check clientsĬan connect, using a read-only connection, to perform the analysis. Internet, that is run in update-only mode once a day. In general, the setup is done by creatingĪ central database, setting up a single instance of dependency-check, which can connect to the Oracle, and MS SQL Server have been tested.

Some organizations may want to use a more robust centralized database.

The location of the databaseįile is configured using the data directory configuration option (see Out of the box dependency-check uses a local H2 database. WARNING: This discusses an advanced setup and you may run into issues.
