Build fails to resolve plugin dependencies during planned tls 1.0 deprecation
I got this problem today also. Not the same plugin every time First * What went wrong: Plugin [id: 'de.undercouch.download', version: '4.0.1'] was not found in any of the following sources: - Gradle...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
@DJViking @andreibam There is a bug in some earlier versions of JDK 11 and 12 where the JDK was unable to support TLSv3. If possible I recommend making a minor JDK version bump to resolve this issue....
View ArticleComposite Build and additional artifacts
Hello, @jendrik, I find the documentation only for Gradle 6.0. I have 5.6 in use and cannot update it yet. The example from 6.0 unfortunately doesn’t work with 5.6. Do I have another way to get to the...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
We are using JDK 11.0.4+11. Could try to upgrade to 11.0.5
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
@JLLeitschuh I did have the correct gradlePluginPortal config, I just rewrote everything instead of copy pasting. I apologize if that created vonfusion. I ran with adoptopenjdk-openjdk11-jdk-11.0.2.9...
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
@dgoetsch @DJViking Updating to JDK 11.0.5 is known to resolve this issue.
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleBuild fails to resolve plugin dependencies during planned tls 1.0 deprecation
@JLLeitschuh thx, I bumped to open jdk 11.0.2 and now it seems it uses by default TLSv1.2 and that works fine (it’s not trying with/sees TLSv1.3 - this i don’t know why ) JVM: 11.0.2 (Oracle...
View ArticleFlutter build error
Please I have been trying to resolve the error below…who can help please. what went wrong:execution failed for task’:app:compiledebugrenderscript’.>11vm-rs-cc is missing
View ArticleAbout the Help/Discuss category
Please kindly assist I’m new programming and I have been having build issue which I don’t know how to resolve…please kindly assist as I can’t run the program on the avd…below is the error what went...
View ArticleVersion of Kotlin plugin for Gradle plugin
I’m writing a Gradle plugin in Kotlin. My plugin also has a compileOnly dependency on kotlin("gradle-plugin"), since, if and only if any project that applies my plugin also applies the Kotlin plugin,...
View Article[WEBINAR] Improve CI Performance by Optimizing Maven and Gradle Builds
[WEBINAR] Improve CI Performance by Optimizing Maven and Gradle Builds Join us on 12/12 for a webinar with CloudBees on improving Maven and Gradle CI performance
View ArticleHow do I specify the resources folder in a Jar?
A custom copy task as the one reported below is in fact able to solve the issue and I have obtained what I expected described in my previous post. Anyway, for the sake of completeness, I will be...
View ArticleExternalize Gradle Wrapper Jar Location from App Repo
Reference: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:adding_wrapper Regarding “To make the Wrapper files available to other developers and execution environments you’ll need to...
View ArticleTask 'check' not found in root project
I dont’ know how to solve this. Can anyone help me? Thx
View ArticleCan't create simple jar
Why doesn’t this do anything? All I want is to create a jar (actually a war file) from the directory tree in “build/to-war”. It just silently does nothing. task warToDeploy { jar {...
View ArticlePublish Dependencies to MavenLocal
How can I publish the dependencies in a project to MavenLocal?
View ArticleCan't Publish Scan Behind Proxy
I’m getting the following error when I try to run a dependency scan If you require assistance with this problem, please report it via https://gradle.com/scans/help/plugin and include the following...
View Article