About 11,800,000 results
Open links in new tab
  1. Difference between using gradlew and gradle - Stack Overflow

    Jan 31, 2017 · The difference lies in the fact that ./gradlew indicates you are using a gradle wrapper. The wrapper is generally part of a project and it facilitates installation of gradle. If you …

  2. Manually install Gradle and use it in Android Studio

    That should force Gradle to "download" the package from your filesystem and set it up as it expects, while leaving other machines ok when you commit the gradle directory to your VCS.

  3. gradle - gradlew: Permission Denied - Stack Overflow

    0 This worked for me on Ubuntu 20.04 LTS: sudo nemo (or sudo nautilus) right click on the gradle directory go to the permissions tab give to all the permission to read and write press also the …

  4. Android Gradle build fails from cached files - Stack Overflow

    Nov 17, 2021 · 206 Okay so I finally managed to get it to work... Had to run rm -rf ~/.gradle instead of just rm -rf ~/.gradle/caches which I guess forced it to reinstall all the gradle things …

  5. gradle - How to fix "plugin was not found in any of the following ...

    Aug 28, 2019 · Gradle needed more access so I needed to discover, acquire, and import external certificates to my cacerts. Unfortunately, gradle was not returning information that clearly …

  6. Global Artifactory configuration in Gradle (with credentials)

    Jan 16, 2019 · So I basically have URLs that Gradle must globally use, authenticated with the user's domain password, to retrieve dependencies and publish artifacts made by developers …

  7. How do I tell Gradle to use specific JDK version? - Stack Overflow

    I can't figure out to get this working. Scenario: I have an application built with gradle The application uses JavaFX What I want Use a variable (defined per developer machine) which …

  8. gradle - gradlew.bat (and gradlew) SSLHandShakeException

    Apr 12, 2015 · I experienced the same problem, however my symptoms were that my Ubuntu machine couldn't resolve any SSL hosts unless I specifically added them to Java's certificate …

  9. Deprecated Gradle features were used in this build, making it ...

    On a SpringBoot project using IntelliJ and Gradle, I got the warning "Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0" when running my integration test.

  10. Gradle: Could not determine java version from '11.0.2'

    Jan 25, 2019 · If gradle app:installDebug fails to execute correctly, then maybe you need to upgrade your Gradle buildscript. For updating from v.4.1RC1 to 5.1.1, the Gradle project …