Top "Gradlew" questions

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

React Native Unable to find a matching configuration of project (Build only)

My react native build works fine when running react-native run-android or cd android && ./gradlew assembleDebug. But I'll get …

android react-native gradle android-gradle-plugin gradlew
Can you deploy to a device via Gradle from the command line

What the question says really - can you issue any commands directly to gradlew via the command line to build, …

android gradle android-studio gradlew
Exception in thread "main" java.net.UnknownHostException: services.gradle.org

I am getting the below error when executing gradle.bat. I have checked the URL path and it looks fine. …

java gradle gradlew
Unable to run gradlew

I've setup a build.gradle file with apply plugin: 'java'. I tried setting up a gradle wrapper using the instructions …

gradle gradlew
Why are my Gradle builds dying with exit-code 137?

I've been trying to compile and test a large project to use Gradle. The test run fine until they die …

java gradle junit build.gradle gradlew
How to use if else condition in Gradle

Can someone tell me how could I write the if else condition in the gradle script I mean i have …

groovy gradle build.gradle gradlew
Kotlin could not find the required JDK tools in the Java installation

When running ./gradlew clean build I get following message: > Task :compileKotlin FAILED FAILURE: Build failed with an exception. * What …

ubuntu gradle kotlin gradlew
What is the difference between gradlew build and gradlew assembleRelease

I want to build apk from command line with the help of gradle. Which command should I use to build …

android gradle android-gradle-plugin gradlew
'gradlew.bat' is not recognized as an internal or external command

So i am trying to start a react native android project in windows 10 based on the Getting Start React Native. …

react-native react-native-android gradlew
Docker cache gradle dependencies

I'm trying to deploy our java web application to aws elastic beanstalk using docker, the idea is to be able …

java docker gradlew amazon-elastic-beanstalk