How to fetch maven artifact without POM file in Gradle 6.0
Thanks a lot @jendrik! That’s embarrassing, I should have read release notes more carefully.
View Articlerepositories/maven/onlyForConfigurations is not working
In the below gradle file, I want google-cloud-dialogflow to be fetched from proxy-mavencentral repo. But, it is not doing that and showing the other repo URLs and saying could not find dependency …...
View ArticleHow to fetch maven artifact without POM file in Gradle 6.0
No worries @jpalus. This is a breaking change in 6. More users will run into this and this post will be helpful for many.
View Articlerepositories/maven/onlyForConfigurations is not working
The issue is that in Gradle there is now a distinction between configurations you use to declare dependencies and configurations that are used to resolve dependencies. That’s one of the reasons why...
View ArticleBuild fails after upgrade; cannot determine build dependencies of [L...
We added some more validation around task dependencies. It’s possible that you hit something that was hidden before. Does it still work with Gradle 5.6.4? Is there any chance you could share an...
View ArticleGradle Failure with exception
Gradle Failed with this massage “FAILURE: Build failed with an exception.”
View Articlerepositories/maven/onlyForConfigurations is not working
If I put maven { url "http://ourlocal.repo/artifactory/proxy-mavencentral" content { excludeGroup 'net.sf.json-lib' //, 'json-lib' excludeGroup 'mysql' } } I get below Exception when gradle script...
View ArticleFailed to notify project evaluation listener
I encountered this error while trying to build an SFML project. Here’s the scan: https://scans.gradle.com/s/g2thuvd3ndezq What does this mean? How can I fix it?
View Articlerepositories/maven/onlyForConfigurations is not working
Pls ignore the above comment. Because, It is consisent… Some times it comes and some times it does not. When we add a dependency lib, it comes and if that is removed this exception does not come… It...
View Articlerepositories/maven/onlyForConfigurations is not working
You may pls close this topic as my initial question has been answered
View ArticleGradle with self-signed certificate
This is amazing! Thank you so much! This made integrating sonarqube into my build (our Sonar server uses a self-signed cert) so much easier!
View ArticleDesugaring failed for jar library
I am working on this project: https://github.com/muxinc/mux-stats-sdk-exoplayer/tree/min_sdk_version_fix It is Android app called demo that have dependency to a module from a same project called...
View ArticleGradle not satisfied with anything
It looks like you aren’t copying the Gradle wrapper into your docker container which is why the class is missing.
View ArticleGradle not satisfied with anything
Greetings @JLLeitschuh, thanks for your response. There is another thing that gets built with this gradle wraper directly after the snippet I have shown and it gets built flawlessly, every time. If...
View ArticleBuild fails after upgrade; cannot determine build dependencies of [L...
Thank you for your reply. Sadly, I am unable to publish these sources or anything of it, and attempts to recreate the issue without the specific setup have failed. However, seing as I am trying things...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
Today is November 14th. I ran a build at just before 11am today (1600UTC) I think this is related to the maintence scheduled to disable TLS 1.0 I have a fleet of linux machines building gradle builds...
View ArticleHow to include a FileTree in a test task
To start from scratch, I tried to just take the fileTree of the tests that need to be run and put that as a filter in the test task, just like I did in the post originally. What is the issue with...
View ArticleFailed on running Android Studio with React Native on Windows
This is what the error showed me after I ran react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using “–no-jetifier” flag. Jetifier found 864 file(s)...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
Hi @dgoetsch, What version of the JDK are you using. If you are using a version higher than JDK 1.6 you should have at least TLS 1.1 support. What version of Gradle are you using? Can you run with...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
Hi, we have the same issue from today Plugin [id: 'net.researchgate.release', version: '2.6.0'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle'...
View Article