Gradle sync failed: Cause: unable to find valid certification path to...
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all artifacts for configuration ‘:classpath’. Caused by:...
View Article"Problem forking build scan upload... java.lang.UnsupportedOperationException"
Thanks @autonomousapps. We had another report of the same thing. Unfortunately what’s happening here is an unexpected error, and the UOE is on the path trying to log it. Please try again with version...
View ArticleGetting an error from Gradle Build?
Gradle sync failed: Cause: invalid type code: D0 this error came out of android studio
View ArticleError When Calling a Second Class in Eclipse
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleForce rerun a task by another task
shadowface: Well that would be great to do but I can’t find a documented resource on how to do that. Something like import org.jetbrains.kotlin.gradle.tasks.KotlinCompile ... task kotlinCompile2(type:...
View ArticleHow do I get artifact timestamp (inside a task or plugin)?
How do I get artifact timestamp (inside a task or plugin)? Can get the pom and the artifact, but not the publish timestamp. ArtifactResolutionResult resolutionResult =...
View ArticleHow do I get artifact timestamp (inside a task or plugin)?
Looking for this timestamp 2006-06-28 Screen Shot 2020-06-02 at 12.30.37 AM1238×500 62.8 KB
View ArticleForce rerun a task by another task
Execution failed for task ‘:service: kotlinCompile2’. Key kotlinCompile2 is missing in the map.
View ArticleForce rerun a task by another task
I guess it’s generic problem after the update kotlin-1.3.61 someone already posted a bug report here
View ArticleNewer Java8 version than _251?
I am working on a project in IntelliJ which I want to build from a build.gradle file. But every time I try to build the project it says: A problem occurred evaluating root project ‘TestMod’. Failed to...
View ArticleCould not find metadata maven-metadata.xml in remote
Can you please explain how to solve this issue? Every time I try to publish I get this error. It will not successfully publish my first attempt or create the metadata, therefore there are no...
View ArticleMaven-publish plugin: Failed to retrieve remote metadata (maven-metadata.xml)
@ericcrahensc @azine please let me know if you solved this issue solution: credentials were not properly set
View ArticleHow do I get artifact timestamp (inside a task or plugin)?
I can get the artifact, the pom, but not the publish timestamp.Screen Shot 2020-06-01 at 11.42.05 PM1672×1506 497 KB Screen Shot 2020-06-01 at 11.42.39 PM1660×1640 574 KB
View Article"Problem forking build scan upload... java.lang.UnsupportedOperationException"
Ok, bumping to 3.3.3 and asking colleagues to try again.
View ArticleRecompile with -Xlint parameters
Hello, I’m having this exact same issue. Where do I insert the line of code that you shared? Should I be looking for a JavaComplie file? Or is this something you add to gradle-wrapper.properties or...
View ArticleGradle 6.5 released
The Gradle team is excited to announce Gradle 6.5. Read the full release notes We would like to thank the following community contributors to this release of Gradle: SheliakLyr, Daniil Popov, Scott...
View ArticleDependency analysis found issues. unusedDeclaredArtifacts:
I am facing a problem that has unusedDeclaredArtifacts as following. Task :mini-cheetah-test:analyzeClassesDependencies FAILED FAILURE: Build failed with an exception. What went wrong: Execution...
View ArticleDependency analysis found issues. unusedDeclaredArtifacts:
Basically I run all task will have this error poping up.
View Article