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

Gradle tasks by group

Starting Gradle 5.1, we can query the Gradle to give tasks list by specifying the --group option. ./gradlew tasks --group reporting The issue is that it only returns tasks for the root project. Is...

View Article


Gradle tasks by group

It seems the build times are constant across the two commands. I don’t think this could further be improved. But feel free to suggest.

View Article


Help updating gradle without a mess

Please help, is there a way to update gradle without a project being ruined, and having to redo the whole app from scratch. I can go from netbeans 8 to 12, do a clean and build on native build (native...

View Article

Image may be NSFW.
Clik here to view.

Using org.gradle.api.tasks.testing.Test.beforeTest in java

Thank you, it works

View Article

What are some different ways to get git data during a gradle build?

Currently, I’m using com.gorylenko.gradle-git-properties to get git information about a multi-project gradle build. The problem is that it happens during configuration phase at the root level and...

View Article


How to delete my account at plugins.gradle.org?

Were you able to delete your account? If yes, how?

View Article

Image may be NSFW.
Clik here to view.

Gradle popularity vs Maven

A while back, looked at moving from Ant to either Maven or Gradle, we chose Gradle and never looked back No XML Flexibility - Initially, we had several projects that did not conform to the standard...

View Article

Image may be NSFW.
Clik here to view.

Create reusable publishing plugin and let build depend on it for publishing

Hi, I am currently writing a PublishingPlugin that pre-configures the publishing task for my projects with common settings like target repository, POM information, and artifacts. Now, I’d like to use...

View Article


Composite build functionality

Having read through some of the composite build docs (https://docs.gradle.org/current/userguide/composite_builds.html) my understanding is that I can run tests for linked projects. In general,...

View Article


Image may be NSFW.
Clik here to view.

Could not find com.android.tools.build:gradle:4.0.1. Error

image1295×601 47.6 KB Help me pls with this error

View Article

Gradle 6.6-rc-3 is now available for testing

Gradle 6.6 RC3 is available for testing; see the release notes for more information.

View Article

Gradle 6.6-rc-3 is now available for testing

View Article

Gradle 6.6-rc-2 is now available for testing

View Article


Buildship API to modify settings gradle file

Is there an API present to programatically modify settings.gradle file? Namely the rootProject.name value? Use case: sample project is imported which may have various states: initial, intermediate,...

View Article

Home work plz any answer

Do the following programming projects. Each of these projects will involve an extension to the HighArray class from the course lecture. I have provided an implementation of the HighArray class, which...

View Article


Audiveris / Java

Hi James, Thanks for your prompt reply. I had got bamboozled by doing so much terminal gibberish. I’ve now got Audiveris working (which does the music characters) but there’s still trouble with...

View Article

Update Gradle in an existing java servlet jsp project

As I’m sure you can appreciate, every build is different. Whilst you have provided a few paragraphs of text, you have provided zero insight into your build. If you’d like some help, I suggest that you...

View Article


.dll multi-file support

Hey! I’m making big application which requires a lot of libraries. If I package all the libraries onto the single .exe file it takes time for the app to load. So, I decided to keep the .dlls...

View Article

Task.outputs deadlock - how to declare lazy outputs based on lazy inputs?

I need my task (finalizerTask) to resolve some files from a configuration and copy them into a folder that is already the output of another task (sourceTask), which is finalized by my task. One option...

View Article

java.lang.ClassNotFoundException

Take a look at the Application Plugin. It includes a run task which will setup the classpath correctly (including your jar plus any dependent jars).

View Article
Browsing all 19854 articles
Browse latest View live