python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Passing JSON (double-quoted elements and values) in Command Line Arguments in Gradle Java App on Windows
I am trying to pass a JSON string command line argument into my Gradle Java app. The JSON parser is erroring because Gradle appears to be stripping the double-quotes in the JSON string. Take this code...
Paul M
Votes: 0
Answers: 1
Black Duck fails to run gradlew dependencies successfully
Since upgrading from Gradle 6.7.1 to 7.0 (which may be a red herring), Black Duck scans of my Gradle project now fail.
Here is the error message:
* Where:
Initialization script '/root/blackduck/runs/...

Shane Bishop
Votes: 0
Answers: 1
AGP 7+ / JDK 11 / release: ClassNotFoundException: Didn't find class "okhttp3.MultipartBody$Part" on path: DexPathList
As the title says, I'm having some issue on a project since we updated to Java 11 and to AGP 7+.
The issue only happens in release and when we make a retrofit call using okhttp3.MultipartBody :
2022-0...

Labotha
Votes: 0
Answers: 1
Create Android App Bundle (.aab) using gradlew outside of root directory
I'm trying build .aab using gradle. Here's the command:
./gradlew bundle
But, if I run the command outside the root project, it causing error. Here's the sample command:
./AndroidProject/gradlew bund...

Elbo Shindi Pangestu
Votes: 0
Answers: 0