I was successful in running TestNG(7.5) using Gradle but when I use Gradle wrapper then its giving error because it could not detect external Jars when using gr
I have a Gradle based multi-project. The issue is with one of the sub-projects. I have some tests there, but all code inside is commented out. Whenener I run "b
I'm trying to run a pitest report on a gradle + kotlin project, but I get the following error: Exception in thread "main" org.pitest.help.PitHelpError: No mutat
I was wondering if there is a way to run multiple test suites in parallel with TestNG + Gradle. I have a master suite file which contains other individual suite
after installing some packages like react-native-safe-area-context or react-native-screen, I always have this problem: can't run the app when I run yarn android
What is the difference between these two approaches in a Gradle Kotlin build script? Specifically, I wanted to know what is the advantage (if any) of using setP
Gradle v4.10.2 I built a simple Gradle plugin project by following Writing Gradle Plugins tutorial, and I'm able to build and publish the project into our S3 M
Based on references below: https://www.petrikainulainen.net/programming/gradle/getting-started-with-gradle-dependency-management/ I believe I can specify multi
I thought it would be fun and informative to learn more about static code analysis by implementing my own custom linter. I've been trying to declare the below d
In a build.gradle, we have the android block. From my limited understanding of Android Gradle Plugin (and Groovy/ Kotlin), this is a method/ (or function?) call
When I build apk in Android Studio, it fails with an error like this: Execution failed for task ':app:mergeReleaseResources'. Multiple task action failures oc
For android project created with gradle 7.2, the project gradle is very different from the previous ones, it now only contains these // Top-level build file whe
I used kotlin-android-extensions the kotlin code is simple import android.os.Bundle import android.widget.TextView import android.widget.Toast import kotlinx.an
I know I can add --no-scan on an individual command line (see https://docs.gradle.com/build-scan-plugin/), but I'm looking for a way to disable this in build.gr
I have the following modules in my aaplication Module -app -library_1 -library_2 the module library_1 'has dependecy of library_2 build gradle library_1 de
Which version of spring doc open ui gradle plugin be used with spring-boot 2.6 ? I see this is the last plugin id "org.springdoc.openapi-gradle-plugin" version
TL'DR: In this Android Kotlin library I updated from Gradle 5.6.4 to 6.6.1 (commit d5d8d2). Now I cannot build a project depending on the aar anymore. Test setu
Since the 3.5 update of Android Studio, I have this warning when building my app : DSL element 'useProguard' is obsolete and will be removed soon. Use 'an
Please, what is the most convenient way how to call a Java method within Gradle build script? This method contain functionality I want to use during build; a pi
I am trying to run a react native project but I see an error saying "Starting a Gradle Daemon, 14 busy and 1 incompatible and 2 stopped Daemons could not be reu