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 ArticleGradle 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 ArticleHelp 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 ArticleWhat 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 ArticleHow to delete my account at plugins.gradle.org?
Were you able to delete your account? If yes, how?
View ArticleGradle 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 ArticleCreate 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 ArticleComposite 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 ArticleCould not find com.android.tools.build:gradle:4.0.1. Error
image1295×601 47.6 KB Help me pls with this error
View ArticleGradle 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 ArticleBuildship 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 ArticleHome 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 ArticleAudiveris / 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 ArticleUpdate 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 ArticleTask.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 Articlejava.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