Hopefully the forum thinks this is a valid title?
I added the code from your question to a clean java-application project (https://github.com/bennofs/repros/tree/gradle-test-tasks-cme) and gradle showTestTaskDetails runs successfully on this setup:...
View ArticleGradleRunner for testing continuous execution plugins?
Is there any way to test continuous execution with the GradleRunner, for custom continuous execution tasks?
View ArticleHopefully the forum thinks this is a valid title?
------------------------------------------------------------ Gradle 6.5.1 ------------------------------------------------------------ Build time: 2020-06-30 06:32:47 UTC Revision:...
View ArticleWhen to use `Property` for custom task?
Property and Provider allow for lazy configuration whereby build authors can configure the source of the property before the actual value itself is known/configured. You could support both styles of...
View ArticleUpgrading gradle version caused failure on plugin
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleRegistering a directory type variant backed by a custom copy task
FYI: I changed the providing project to expose the exploded dist in a separate configuration. That way I do not rely on the internal variant stuff as shown in my snippet above
View ArticleRegistering a directory type variant backed by a custom copy task
I’m guessing it’s the same principal as my solution (ie the client decides which configuration to use based on a flag)
View ArticleIntelij Error when Running My project
i am getting this error " Process ‘command ‘C:/Program Files/Java/jdk1.8.0_261/bin/java.exe’’ finished with non-zero exit value 1" i am building my back end using spring boot framework version 2.3.3...
View ArticleRegistering a directory type variant backed by a custom copy task
Yeah basically it does. Though in my original version the client also decided which one to use by requesting a certain variant. It’s just now a bit more explicit which is fine in our case.
View ArticleIntelij Error when Running My project
To get help here you need to provide more information. Please have a read on Guidelines for writing good forum posts about how a well formed forum post should look like that will raise your chances to...
View ArticleManifest file attribute overwrite
I have a manifest that I am using from a file. But I need to overwrite one attribute in that. I am using the following script but it doesn’t overwrite the value. What am I doing wrong: jar {...
View ArticleMake a complete copy of Test task
A plugin I am working on needs to make copies of the main Test task. Most of the copying is easy enough. But there are a few things I am having difficulty with and hoping to get some help. The main...
View ArticleGradle Enterprise Maven Extension 1.6.5 has been released
The Gradle Enterprise Maven Extension v1.6.5 has been released. See release notes for the changelog. Compatible with scans.gradle.com and Gradle Enterprise 2020.3 or later.
View ArticleComposite build and Ivy Repositories
Hi, Should the case below of Composite Builds and Ivy repositories work? I have project core which declares a custom Ivy Repository like this: core build.gradle repositories { jcenter() ivy { //...
View ArticleNew product flavors make sync hang
Tl;dr: Adding a new product flavor makes the sync run forever. I have a multi-module Android project set with four flavors & two flavor dimensions. The flavors are declared both in the app...
View ArticlepublishToMavenLocal not (always) including all classes
Scratch that; it’s back. If anyone actually cares about this bug, I would be happy to send you the entire source code to this submodule.
View ArticleDynamic version plugin apply in custom plugins
So when I want to apply another plugin (let’s call it Bob) in my custom plugin, I do the following: Add the Bob as a dependency to my custom plugin’s build.gradle.kts...
View ArticleIntelij Error when Running My project
please check my post again i have added some details
View Article