Quantcast
Channel: Gradle Forums - Latest posts
Browsing all 19850 articles
Browse latest View live

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 Article


GradleRunner for testing continuous execution plugins?

Is there any way to test continuous execution with the GradleRunner, for custom continuous execution tasks?

View Article


Hopefully the forum thinks this is a valid title?

------------------------------------------------------------ Gradle 6.5.1 ------------------------------------------------------------ Build time: 2020-06-30 06:32:47 UTC Revision:...

View Article

When 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 Article

Upgrading gradle version caused failure on plugin

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

View Article


Registering 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 Article

Registering 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 Article

Image may be NSFW.
Clik here to view.

Intelij 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 Article


Registering 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 Article


Intelij 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 Article

Manifest 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 Article

Make 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 Article

Gradle 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 Article


Gradle Enterprise Maven Extension 1.6.5 has been released

View Article

Gradle Enterprise Maven Extension 1.6.4 has been released

View Article


Image may be NSFW.
Clik here to view.

Composite 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 Article

New 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 Article


publishToMavenLocal 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 Article

Dynamic 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 Article

Intelij Error when Running My project

please check my post again i have added some details

View Article
Browsing all 19850 articles
Browse latest View live