Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [gradle]

Gradle is a project build automation tool that uses a Groovy DSL. Gradle build scripts support Maven and Ivy repositories as well as plain file system for dependency management.

-2 votes
0 answers
10 views

Javadoc failure with Kafka Test

I am trying to run ./gradlew clients:test --tests KafkaProducerTest on the Apache Kafka repository downloaded from github. However, when I do it, I get the following error: starting a Gradle Daemon (...
xyz6675's user avatar
  • 361
0 votes
1 answer
15 views

Execution of Gradle Tasks and find out why are they executed

I'm currently doing a Udemy Course to learn Kotlin and I've a Question about Gradle and Tasks. I've tried HILT and had to add kapt to my Project (empty project with jetpack-compose). My app/build....
John Doe's user avatar
  • 135
0 votes
0 answers
20 views

AIDE project initialization shows up with errors

When I try to sync the project, I get: java.lang.IllegalArgumentException: Unsupported class file major version 65 Caused by: BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_'...
Dragonite Brian 1024's user avatar
0 votes
0 answers
23 views

Issues with Firebase Dependancies:

When updating a previously made app to capacitor 6.0, attempting to build in android studio leads to this error message: FirebaseInstallations.getInstance().getToken(false).addOnSuccessListener(...
EWake's user avatar
  • 1
0 votes
0 answers
8 views

Android. Gradle. Conflict of native SO libraries names on Windows

I have a huge odl Android project and now we need to update a version of some old legacy library. We are trying to keep 2 version of the same library. Now they are totally different inside. There are ...
Vetalll's user avatar
  • 3,634
0 votes
0 answers
16 views

React native Expo build error in firebase service

I am having a problem that I am not being able to solve, when running eas build android I am having a Gradle error which I go to the expo console to see the error and I have the following one. Error ...
meta1465's user avatar
0 votes
0 answers
14 views

Android Cucumber tests are not invoked

I have written BDD tests for Android with Cucumber and Gherkin but when I run the test Class "CucumberTestRunner", it shows that tests 0/0 are done, i.e., it doesn't see the tests I have ...
Ali Has's user avatar
  • 670
-1 votes
1 answer
17 views

How to add Suffix in openapi generator in spring boot gradle?

I am using openapi generator to generate the interface and models from openapi specification. Everything is working fine. But, I want to have suffix in my model name. For example: Employee would be ...
Abhijit Mondal Abhi's user avatar
0 votes
0 answers
23 views

flutter build apk: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0

`When I run flutter build apk first time after cleaning project there are warnings in output. Second time there are no warnings e: C:/Users/izgrablic/.gradle/caches/8.9/transforms/...
izidoraz's user avatar
0 votes
0 answers
14 views

Error integrating google_maps_flutter and location packages in Flutter Kotlin Version Mismatch with Flutter SDK Versions

Description: I'm facing an issue with Kotlin version mismatching the SDK versions in my Flutter project. Despite trying different versions of Kotlin and the Android Gradle plugin, I’m encountering ...
Sethu's user avatar
  • 1
0 votes
0 answers
48 views

Error "APKs or Android App Bundles in this track must require the following features:android.hardware.type.automotive"

I am trying to add Automotive features to my app. I added a module with <uses-feature android:name="android.hardware.type.automotive" android:required="true" /> ...
michaelsmith's user avatar
  • 1,045
0 votes
1 answer
41 views

How to add a maven dependency in gradle 8.x

My react-native android project is running on Gradle v8.3. I have files like settings.gradle and build.gradle in my android project. The problem I'm having is when I try to implement PendoSDK for ...
Chaudhry Talha's user avatar
-1 votes
0 answers
25 views

How can I run JaCoCo with gradle using Intellij?

I am getting the following error when trying to run a Spring Boot test with coverage in Intellij. Caused by: java.lang.LinkageError: loader 'bootstrap' attempted duplicate class definition for java....
Juan Bustamante's user avatar
0 votes
1 answer
23 views

Run Gradle Code Automatically When Android Plugin Detected

tldr: I want some task configuration to run automatically whenever the Android Gradle Plugin is used. How? I have a very large gradle project with many different build scripts. Some are android, some ...
dave mankoff's user avatar
  • 17.6k
0 votes
2 answers
36 views

Could not resolve com.android.tools.build:gradle:7.4.2 convention module

I'm trying to write gradle plugin in my android project. I have a build-logic module which contains convenion module. I wrote a small plugin JvmLibraryPlugin and registered it in the convention module ...
TOvchinnikova's user avatar

15 30 50 per page