Build Scan activation email not sent
@Francois_Guillot I’m not allowed to DM you here
View ArticleBuild Scan activation email not sent
then send them to me at [francois at gradle dot com]
View ArticleForce rerun a task by another task
Perhaps you could try one of these solutions: Create extra projects So you’d have a, b, c, service (without navigation) and a-all, b-all, c-all, service-all (with navigation) Generate the navigation...
View ArticleTransparent/pluggable input/output checksums
Hi Genadz, we are not planning on making the checksum algorithm pluggable. What we are doing though is to watch the file-system for changes to re-use the checksums as much as we can - even between...
View ArticleUnable to find method...
Same, typical AS… I think they break something every couple of days. I really think we should have to manually change things but it appears that’s where this is headed. I did a complete unistall...
View ArticleBuild cache node: health checking when uiAccess enabled?
We are running a Gradle build cache node on our own infrastructure (Kubernetes) using the docker image. We would like to enable uiAccess so that authentication is required to access the web UI (so...
View ArticleShadowjar dependency to include a local jar file
I figured something out. I am able to generate a build artifact that works now. My original question has not been answered pertaining to including local jar files in the shadowJar includes with the...
View ArticleUsing ANTLR plugin to process separate lexer and parser grammars
I know its been 4 years since this was posted but I couldnt find a good solution, so I wrote a kotlin helper function to solve it, append and call from your build.gradle.kts: import...
View ArticleBuild cache node: health checking when uiAccess enabled?
Hi @glasser, The best one to use right now is cache-node-info/health Keep in mind that this isn’t advertised and may change, but is unlikely to.
View ArticleGradle Enterprise Gradle plugin 3.3.4 has been released
The Gradle Enterprise Gradle plugin v3.3.4 has been released. New in this version: Add support for basic authentication for HTTPS proxying Error when using null values in proxy configuration is fixed...
View ArticleGradle version 6.1.1 and plugin version 4.0.0 in android studio
Hello, I recently updated Android Studio to 4.0 along with Gradle version and plugin as well.After searching in internet and getting no results for the solution,I finally decided to make a topic here...
View ArticleGradle Enterprise Test Distribution Gradle plugin 1.0.2 has been released
The Gradle Enterprise Test Distribution Gradle plugin v1.0.2 has been released. Compatible with Gradle Enterprise 2020.2 or later.
View ArticleGradle Enterprise Maven Extension 1.5.2 has been released
The Gradle Enterprise Maven Extension v1.5.2 has been released. See release notes for the changelog. Compatible with scans.gradle.com and Gradle Enterprise 2020.2 or later.
View Article"Problem forking build scan upload... java.lang.UnsupportedOperationException"
@luke_daley we tried this morning with 3.3.4 and the problem was fully resolved.
View ArticleGenerate jar file for Gradle task
Having following code: GitHub arturmkr/simpleGradleProject Contribute to arturmkr/simpleGradleProject development by creating an account on GitHub. How to generate jar file for specific Gradle task?...
View Article