Top "Gradlew" questions

gradlew is an executable file created by the gradle wrapper plugin, to replace the normal gradle executable for a project

How to run Gradle Wrapper on Windows 7?

I am trying to follow a tutorial on downloading, installing and running a Groovy app, and the instructions say that …

groovy windows-7 gradle gradlew
Gradle difference between test and check

My build.gradle is as follows: group 'groupName' version 'version' apply plugin: 'java' apply plugin: 'idea' sourceCompatibility = 1.8 repositories { . . . } dependencies { . . . testCompile …

gradle build.gradle gradlew
JVM space exhausted when building a project through gradle

Receiving error message when building a project through gradle Expiring Daemon because JVM Tenured space is exhausted

java gradle gradlew
IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoIcsImpl;

I'm using Android Studio + gradle on MyProject + Facebook api as a library. See below settings. I've tried removing all references …

android gradle build.gradle gradlew
Why the gradle war task is skipped?

I am a new convert to gradle. Most of the tasks work fine. However I see that the war task …

android maven gradle build.gradle gradlew
org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V'

I'm unable to build the project after updating android studio to 3.4. can anyone please help me. Unable to find method …

android gradle android-gradle-plugin build.gradle gradlew
Task 'assembleRelease' not found in root project 'android'

I'm using Reactnative 0.54.0 and react-native-cli 2.0.1 along side gradle 4.8.1 I have created a react-native project using create-react-native-app myProjectName When I created …

android react-native gradle azure-devops gradlew
Gradle: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

I saw this gradle error: "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper". I have tried multiple ways listed …

react-native android-studio gradle react-native-android gradlew
Gradle build-info.xml not found for module app in Android Studio

Gradle build-info.xml not found for module app. Please make sure that you are using gradle plugin gradle:2.0.0-alpha or …

android android-studio android-gradle-plugin gradlew
Changing the package name in a react-native app

I've created an app in react-native. I need the package name to be: com.org.appname React-native does not allow …

android gradle react-native android-gradle-plugin gradlew