Need help understanding this Gradle dependency
In this build.gradle it specifies
Need help understanding this Gradle dependency
In this build.gradle it specifies
Need help understanding this Gradle dependency
In this build.gradle it specifies
Gradle cannot find method compile()?
For reasons beyond my control, we’re using a very old version of Gradle.
gradle shadowJar exclude transitive when using api()
Let’s say I have the following gradle java projects:
How to define global excludes when using buildlogic conventions with gradle
Coming from older versions of gradle, before buildlogic and version catalogs, which I’m trying to migrate to these now.
How can I move all files that match a glob into a folder using processResources?
Simply, I need to move all files within resources into a packed
folder during the processResources
step that matches the assets/*/fog_definitions/**/*.json
glob.
Download jar from a second maven repository
I have the following Gradle 8.9 configuration:
How to see all dependencies (include plugins and etc) in Gradle for my project?
I need to collect all dependencies for my project (Java/Kotlin, using Gradle): include plugins and all deps.
Gradle execute Java code prior to build task
I have a project where I must set a certain SystemProperty before I begin my build task. However, the value for it varies every day.