Category "gradle"

Graddle wrapper command gives 'Could not resolve all artifacts for configuration ':classpath''

I tried many of similar solutions - had no luck. I'm using Ubuntu 20.04, following this Confluent tutorial I've managed to get everything running several times

Appropriate Paths for Resources in AndroidManifest.xml

in my AndroidManifest.xml, I have <application android:icon="@drawable/iC_launcher" android:label="@string/app_name" android:theme="@style/AppThe

Gradle 7.4 fails with Applet been deprecated and marked for removal

Eclipse is hanging on me, so I reverted to a gradle build. Gradle classes fails with the error message below. I do have a gradle.properties file in the project

Execution failed for task ':react-native-code-push:compileDebugJavaWithJavac'

Screenshot here When I run my react-native app the build is failed after this. I have updated my JDK to 11. but it still doesn't work. I'm new to react Native p

Gradle task list that can be parsed

I am looking for a way to retrieve the output of gradle tasks in a way that can be (easily) parsed. Ideally in JSON for instance. I feel that I am missing the

How can I add dependency configuration in gradle

So I'm trying to convert this maven configuration to gradle <plugin> <groupId>io.axoniq</groupId> <artifact

how to change gradle version in nativescript

I'm confused as how to change a specific configuration somewhere to determine the version of my gradle, in a nativescript project. My workspace is created with

Openapi Generator. How to generate method with HttpServletResponse as parameter?

everyone. I use strategy "Design first". I describe specification. One of the methods accepts HttpServletResponse as paramether. But i don't know ho to describe

Gradle build sync failed. Basic functionality (e.g. Editing Debugging) will not work properly

Error screenShot `plugins { id 'com.android.application' } android { compileSdk 31 defaultConfig { applicationId "com.example.helloworld" minSdk 16

Android- studio error - Cause: unable to find valid certification path to requested target

I got this error on Android Studio while attempting to sync gradle. Cause: unable to find valid certification path to requested target What I have attempted so

Could not resolve com.squareup.moshi:moshi-kotlin:1.13.0

Getting this error and unable to build Gradle file. Android Studio Version : Bumblebee Latest Patch Gradle Plugin Version : 7.1.2 Gradle Version : 7.2 I already

Keep gradle daemons fresh & alive

I have a custom CI runner which builds our Gradle projects. The issue we are facing is that the Gradle daemons get stopped very quickly and so each job takes a

ERROR Command failed: ./gradlew assembleRelease --stacktrace

I'm trying to build an apk with bubblewrap, the command is bubblewrap build I'm using codeanywhere to run the test, but I get the following error. Error:

Deprecation warning in gradle in Android Studio in Flutter project

I have created a Flutter project in Android Studio (Bumblebee | 2021.1.1 Patch 3). When I open the android folder in a seperate window, when the gradle syncing

msvcrtd.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function

I am using gradle to build my c++ library I added this line to build.gradle file linkTask.linkerArgs.add("msvcrt${linkTask.name.toLowerCase().contains('debug

ForgeGradle actions causing IntelliJ to crash

The gradle process fails when I tried to build or sync my Forge mod written in Kotlin with IntelliJ The way to find any output is from the logs: [ 34623] WAR

How to tag a lambda in build.gradle file AWS Java sdk

I have a lambda function that is written in nodejs (using AWS nodejs SDK) and we are using gradle (build.gradle) to package and deploy that to AWS. Deployment i

Can't find the Transitive Dependency using maven publication

I have checked multiple questions and have checked the answers as well but those are not working for me. LibraryA -> LibraryB -> App I want to access the

How to check classifier declaration in lint rule android

I want to include some additional lint rules in my Android project. when setting up our modules & their corresponding dependencies I need a rule that we alw

Cannot instantiate interface 'ElasticsearchClient'

The official Elasticsearch docs tell to instantiate ElasticsearchClient like this: ElasticsearchClient client = new ElasticsearchClient(transport); Once I writ