I am trying to get a simple working example going with the plugin but i am experiencing an issue:
Could not resolve org.tmatesoft.sqljet:sqljet:1.1.8-SNAPSHOT.
> Unable to load Maven meta-data from http://maven.tmatesoft.com/content/repositories/releases/org/tmatesoft/sqljet/sqljet/1.1.8-SNAPSHOT/maven-metadata.xml.
> Could not GET 'http://maven.tmatesoft.com/content/repositories/releases/org/tmatesoft/sqljet/sqljet/1.1.8-SNAPSHOT/maven-metadata.xml'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I am trying to get a simple working example going with the plugin but i am experiencing an issue:
This is the build.gradle that i am using:
I have seen a close issue, but i am still facing the error