Então, depois de uns 2 meses sem mexer com Java, voltei a dar atenção a API que eu estava criando. Percebi muitos erros quando a estrutura, ajeitei algumas coisas e instalei o Gradle novamente. Quando fui gerar o jar (gradle uniquejar), isso apareceu. Nunca vi isso, vocês poderiam me dar uma ideia quanto ao que pode ser?
:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve org.fusesource:sigar:1.6.4.
Required by:
project :
> Could not resolve org.fusesource:sigar:1.6.4.
> Could not get resource 'https://repo1.maven.org/maven2/org/fusesource/sigar/1.6.4/sigar-1.6.4.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/fusesource/sigar/1.6.4/sigar-1.6.4.pom'.
> java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
> Could not resolve com.fasterxml.jackson.core:jackson-core:2.7.1.
Required by:
project :
> Could not resolve com.fasterxml.jackson.core:jackson-core:2.7.1.
> Could not get resource 'https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.1/jackson-core-2.7.1.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.1/jackson-core-2.7.1.pom'.
> java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
> Could not resolve com.fasterxml.jackson.core:jackson-databind:2.7.1-1.
Required by:
project :
> Could not resolve com.fasterxml.jackson.core:jackson-databind:2.7.1-1.
> Could not get resource 'https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.1-1/jackson-databind-2.7.1-1.pom'.
> Could not GET 'https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.1-1/jackson-databind-2.7.1-1.pom'.
> java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
> Could not resolve org.apache.httpcomponents:httpclient:4.5.5.
Required by:
project :
> Could not resolve org.apache.httpcomponents:httpclient:4.5.5.
> Could not get resource 'https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom'.
> java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.942 secs